Skip to content

Commit

Permalink
Update general.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Aug 10, 2020
1 parent 648ed33 commit 324af0c
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 324af0c

Please sign in to comment.