We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo gsync --authenticate
gives this error.
File "/usr/local/bin/gsync", line 58 except KeyboardInterrupt, e: ^ SyntaxError: invalid syntax
Incidentally, or perhaps relevantly, no ~/.gsync directory exists. Environment is Raspbian GNU/Linux 9 (stretch) on Raspberry Pi 3B+
The text was updated successfully, but these errors were encountered:
This must be because the code is Python 2, and not adapted for Python 3.
Would you consider running futurize over it? I've had good experience with that.
Sorry, something went wrong.
I'm happy to help with converting to compatibility with Pythons 2 and 3, just let me know.
Has this ever been solved? I'm getting the same error...
No branches or pull requests
sudo gsync --authenticate
gives this error.
File "/usr/local/bin/gsync", line 58
except KeyboardInterrupt, e:
^
SyntaxError: invalid syntax
Incidentally, or perhaps relevantly, no ~/.gsync directory exists. Environment is Raspbian GNU/Linux 9 (stretch) on Raspberry Pi 3B+
The text was updated successfully, but these errors were encountered: