Skip to content

Commit

Permalink
Uncomment skip in download github data
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhin committed Mar 11, 2021
1 parent 9ef7003 commit 73184dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions singghtorrent/helpers/dl_ghtorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ def download_github_data(date: str):
else:
break

# if should_skip(date, "interim"):
# return
# Skip if already complete
if should_skip(date, "interim"):
return
ext_dl_path = sg.storage_external_root() / "ghtorrent/{}.json.gz".format(date)

# Try and get github data
Expand Down

0 comments on commit 73184dd

Please sign in to comment.