Skip to content

Commit

Permalink
Update main_datascraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Oct 12, 2020
1 parent 61b53f3 commit fac67e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datascraper/main_datascraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ def start_datascraper():
continue
download = result["download"]
others = download.others
if not others:
continue
model_directory = os.path.join(others[0][2], others[0][3])
if not args.metadata:
for arg in others:
Expand Down

0 comments on commit fac67e2

Please sign in to comment.