Skip to content

At least two files have Python syntax errors #7

@cclauss

Description

@cclauss

$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions