Skip to content

Build scripts have syntax errors in python #118

Description

@Athwale

File "/home/other/Soyes/TWRP/build/vendor/omni/build/tools/roomservice.py", line 109
except IOError, ES.ParseError:
^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized

File "/home/other/Soyes/TWRP/build/vendor/omni/build/tools/roomservice.py", line 166
except IOError, ES.ParseError:
^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized

Easily fixed by putting () around the exceptions on line 109 and 166.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions