-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Error loading Unobot #44
Comments
Hmm… I may need to look into handling exceptions under 2.x vs 3.x. My instance is on 2.7 and doesn't throw syntax errors for that code. (Score saving error handling in general is also the least well tested bit of code, so…) I'm out of town, so this may take a couple of weeks to track down depending on how my schedule works out. But I appreciate the report :) |
Yep, there are five (by my quick count) spots using |
Finally found a moment for this. @dasu, can you try the py3-exception-syntax branch? |
I haven't tested it yet but I know it'll fail because of the print at the end. It'll work thought since I made the same changes as you. |
Ugh, I left that |
Closing in favor of #46 as a tracking issue. |
Error loading unobot: invalid syntax (unobot.py, line 697)
Grabbed the very latest commit as of today.
I'm on python3.3. Not sure if i'm missing any potential requirements.
The text was updated successfully, but these errors were encountered: