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
All of the Python Files with underscore in the name will cause the terminal do this
File "/home/REDACTED/offsecfw/mix_ping_sweep.py", line 18
print "\nUsage: mix_ping_sweep.py \n"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
That why I'm manually renaming all of the .py files that have underscore in there name: mix_ping_sweep.py --> mix-ping-sweep.py
Hopefully That will fix the issue :)
The text was updated successfully, but these errors were encountered:
All of the Python Files with underscore in the name will cause the terminal do this
File "/home/REDACTED/offsecfw/mix_ping_sweep.py", line 18
print "\nUsage: mix_ping_sweep.py \n"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
That why I'm manually renaming all of the .py files that have underscore in there name: mix_ping_sweep.py --> mix-ping-sweep.py
Hopefully That will fix the issue :)
The text was updated successfully, but these errors were encountered: