diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 34bd1ed..eef4e13 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -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 = []