Page MenuHomePhabricator

touch.py => SyntaxError: invalid syntax
Closed, InvalidPublic

Description

Running touch.py is failing with a syntax error, probably hasn't run since update of python to 3

$ python scripts/touch.py -lang:en -family:wikisource -cat:Works_with_non-existent_author_pages -pt:1

File "scripts/touch.py", line 44
    def __init__(self, generator, **kwargs) -> None:
                                            ^
SyntaxError: invalid syntax

Event Timeline

Billinghurst renamed this task from touoch.py => SyntaxError: invalid syntax to touch.py => SyntaxError: invalid syntax.Oct 6 2020, 11:06 AM