-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
File "export_events.py", line 116, in
updateEvents()
File "export_events.py", line 53, in updateEvents
ts = [int(x[x.find('')+1:x.find('.txt')]) for x in L]
File "export_events.py", line 53, in
ts = [int(x[x.find('')+1:x.find('.txt')]) for x in L]
ValueError: invalid literal for int() with base 10: ''
For python export_events.py.
I'm running Python3, fixed the issues caused by Python3 compatibility, this seems to be something other than Python 2/3 problem.
I'll update my pull request in order to accomodate all the changes needed for python3, but I cannot seem to work where both Python2 and Python3 coexist.
Metadata
Metadata
Assignees
Labels
No labels