Closed monacv closed 3 years ago
https://github.com/DirtyHarryLYL/DJ-RN/blob/master/script/Download_data.py throws errors:
(djrn) [jalal@goku DJ-RN]$ python script/Download_data.py 1l48pyX-9FWFMNuokdbBp6KshKSDBihAe Feature_extraction.tar script/Download_data.py:45: SyntaxWarning: "is not" with a literal. Did you mean "!="? if len(sys.argv) is not 3:
go to line 45: change is not to !=: if len(sys.argv) != 3:
is not
!=
if len(sys.argv) != 3:
https://github.com/DirtyHarryLYL/DJ-RN/blob/master/script/Download_data.py throws errors: