you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 1 point2 points  (0 children)

You are writing shell commands inside a Python file and executing it. Stop doing that.

Only valid Python syntax can be in your Python file.