Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/data-autodownload' into data-aut…
Browse files Browse the repository at this point in the history
…odownload
  • Loading branch information
glenn-jocher committed Aug 9, 2020
2 parents 52d6fae + 5cbfe55 commit 657687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def check_dataset(dict):
r = os.system('unzip -q %s -d ../ && rm %s' % (f, f))
else: # bash script
r = os.system(s)
print('Datast autodownload %s' % ('success' if r == 0 else 'failure')) # analyze return value
print('Dataset autodownload %s' % ('success' if r == 0 else 'failure')) # analyze return value
else:
Exception('Dataset autodownload unavailable.')

Expand Down

0 comments on commit 657687c

Please sign in to comment.