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
File "/work/cloudless/src/annotate/train/scripts/download_planetlabs.py", line 42
print "\nWorking with next page of results: %s" % next_url
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\nWorking with next page of results: %s" % next_url)?
The text was updated successfully, but these errors were encountered:
I am facing this error.
File "/work/cloudless/src/annotate/train/scripts/download_planetlabs.py", line 42
print "\nWorking with next page of results: %s" % next_url
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\nWorking with next page of results: %s" % next_url)?
The text was updated successfully, but these errors were encountered: