You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "manage.py", line 14, in
execute_manager(settings)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 220, in execute
output = self.handle(_args, *_options)
File "/usr/local/lib/python2.7/dist-packages/timelog/management/commands/analyze_timelog.py", line 34, in handle
data = analyze_log_file(LOGFILE, PATTERN, reverse_paths=options.get('reverse'))
File "/usr/local/lib/python2.7/dist-packages/timelog/lib.py", line 75, in analyze_log_file
parsed = compiled_pattern.findall(line)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
File "manage.py", line 14, in
execute_manager(settings)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 220, in execute
output = self.handle(_args, *_options)
File "/usr/local/lib/python2.7/dist-packages/timelog/management/commands/analyze_timelog.py", line 34, in handle
data = analyze_log_file(LOGFILE, PATTERN, reverse_paths=options.get('reverse'))
File "/usr/local/lib/python2.7/dist-packages/timelog/lib.py", line 75, in analyze_log_file
parsed = compiled_pattern.findall(line)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: