Skip to content

Commit

Permalink
Update arc_download.py
Browse files Browse the repository at this point in the history
Fix minor bug.
  • Loading branch information
tkasasagi authored Sep 29, 2021
1 parent e31eb87 commit 4356bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arc_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os
import shutil
import urllib
import urllib.request

from absl import app
from absl import flags
Expand Down Expand Up @@ -81,4 +82,4 @@ def main(_):
flags.DEFINE_boolean('force', False,
'Force redownloading of already downloaded images')

app.run(main)
app.run(main)

0 comments on commit 4356bfa

Please sign in to comment.