Update glob to reflect directory path should have a slash already
This commit is contained in:
parent
345335368a
commit
f6dadbfab0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import settings
|
|||
|
||||
# For multiple files:
|
||||
path = settings.pomodoro_logpath()
|
||||
all_files = glob.glob(path + "/*.csv")
|
||||
all_files = glob.glob(path + "*.csv")
|
||||
|
||||
li = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue