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
There are at least these SyntaxErrors.
File "usr/lib/python3.9/site-packages/pyrepl/pygame_keymap.py", line 93 raise KeySpecError, \ ^ SyntaxError: invalid syntax File "usr/lib/python3.9/site-packages/pyrepl/keymaps.py", line 65 for c in map(chr, range(32, 127)) if c <> '\\'] + \ ^ SyntaxError: invalid syntax File "usr/lib/python3.9/site-packages/pyrepl/pygame_console.py", line 133 def refresh(self, screen, (cx, cy)): ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Following this...
Sorry, something went wrong.
Anyone was able to find how to solve this issue?
i create #48 with new step on ci to test the solution
Successfully merging a pull request may close this issue.
There are at least these SyntaxErrors.
The text was updated successfully, but these errors were encountered: