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 "MARVEL_Download.py", line 102, in worker
status = save_image(ID,JUST_IMAGE,currFolder)
File "MARVEL_Download.py", line 59, in save_image
out = file(os.path.join(outFolder,filename),"wb")
NameError: name 'file' is not defined
The text was updated successfully, but these errors were encountered:
File "MARVEL_Download.py", line 102, in worker
status = save_image(ID,JUST_IMAGE,currFolder)
File "MARVEL_Download.py", line 59, in save_image
out = file(os.path.join(outFolder,filename),"wb")
NameError: name 'file' is not defined
File "MARVEL_Download.py", line 102, in worker
status = save_image(ID,JUST_IMAGE,currFolder)
File "MARVEL_Download.py", line 59, in save_image
out = file(os.path.join(outFolder,filename),"wb")
NameError: name 'file' is not defined
The text was updated successfully, but these errors were encountered: