extract.py throws SyntaxError
Markcanfly opened this issue · 1 comments
Markcanfly commented
When trying to run extract.py I get this error:
$ python extract.py File "extract.py", line 12 files = [x for x in files if not ".py" in x] ^ SyntaxError: invalid syntax
simonwongwong commented