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
Traceback (most recent call last):
File "/usr/local/bin/saxo", line 13, in <module>
main()
File "/usr/local/bin/saxo", line 10, in main
saxo.script(sys.argv)
File "/usr/local/lib/python3.4/dist-packages/saxo/core.py", line 343, in script
main(argv, version)
File "/usr/local/lib/python3.4/dist-packages/saxo/script.py", line 559, in main
code = action.names[args.action](args)
File "/usr/local/lib/python3.4/dist-packages/saxo/script.py", line 283, in start
modified = time.gmtime(os.path.getmtime("saxo"))
File "/usr/lib/python3.4/genericpath.py", line 55, in getmtime
return os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: 'saxo'
Temporary fix was to use __file__.
The text was updated successfully, but these errors were encountered:
From the pip installed version:
Temporary fix was to use
__file__
.The text was updated successfully, but these errors were encountered: