Skip to content

Commit

Permalink
Raise IOError in download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 13, 2023
1 parent 7ba1b7f commit 3261d02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gdown/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def download(
if tmp_file:
f.close()
shutil.move(tmp_file, output)
except IOError as e:
print(e, file=sys.stderr)
return
finally:
sess.close()

Expand Down

0 comments on commit 3261d02

Please sign in to comment.