Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrcke committed Sep 30, 2023
1 parent 10033b6 commit 6fbbfb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.py
Expand Up @@ -205,7 +205,8 @@ def fetch_and_write_stargazer_ts(repo: Repository.Repository, args):
return

log.info(
"40k limit crossed, but %s does not exist yet -- fetch first 40k", path
"40k limit crossed, but %s does not exist yet -- fetch first 40k",
args.stargazer_ts_outpath,
)

dfstarscsv = get_stars_over_time_40k_limit(repo)
Expand Down

0 comments on commit 6fbbfb9

Please sign in to comment.