You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize if this has been asked, but I haven't seen this same question.
When running wellington_footprints.py I get an error stating:
line 83
print("track type=wiggle=_0", file=wigout)
With a carrot pointing to the = between file and wigout
SyntaxError: invalid syntax
I'm not quite sure how to fix this issue and wanted to see if you have any suggestions.
The text was updated successfully, but these errors were encountered:
I apologize if this has been asked, but I haven't seen this same question.
When running wellington_footprints.py I get an error stating:
line 83
print("track type=wiggle=_0", file=wigout)
With a carrot pointing to the = between file and wigout
SyntaxError: invalid syntax
I'm not quite sure how to fix this issue and wanted to see if you have any suggestions.
The text was updated successfully, but these errors were encountered: