Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrcke committed Sep 28, 2023
1 parent e922b28 commit 41a6ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def fetch_and_write_stargazer_ts(repo: Repository.Repository, path: str):
os.rename(tmppath, snapshots_csv_path)

if current_stargazer_count > 40000:

if os.path.exists(path):
log.info("40k limit crossed; skip (re)fetching entire stargazer timeseries")
return
Expand Down

0 comments on commit 41a6ac9

Please sign in to comment.