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

At least two files have Python syntax errors #7

Open
cclauss opened this issue Aug 29, 2021 · 0 comments
Open

At least two files have Python syntax errors #7

cclauss opened this issue Aug 29, 2021 · 0 comments

Comments

@cclauss
Copy link

cclauss commented Aug 29, 2021

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./contributed/web/imolecule/server.py:40:15: E999 SyntaxError: invalid syntax
        async = self.pool.apply_async(_worker_process, [json_rpc])
              ^
./contributed/c++/fragments/removedups.py:31:11: E999 SyntaxError: invalid syntax
    smarts = [SMILEStoSMARTS(name) for name in unames]
          ^
2     E999 SyntaxError: invalid syntax
2
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

1 participant