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 "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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: