Skip to content
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

Python 3 Syntax Errors #302

Closed
sloretz opened this issue Oct 15, 2019 · 1 comment
Closed

Python 3 Syntax Errors #302

sloretz opened this issue Oct 15, 2019 · 1 comment

Comments

@sloretz
Copy link
Contributor

sloretz commented Oct 15, 2019

It looks like there are a couple Python 3 syntax errors on the melodic branch, just missing parentheses on print statements. Is there a different branch for Noetic?

$ python3 -m flake8 --select E999
./opencv_tests/nodes/broadcast.py:73:29: E999 SyntaxError: invalid syntax
./opencv_tests/nodes/source.py:90:29: E999 SyntaxError: invalid syntax

print "shutting down"

print "shutting down"

@ijnek
Copy link
Member

ijnek commented Sep 12, 2022

Fixed in #323

@ijnek ijnek closed this as completed Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants