Skip to content

Commit

Permalink
Update fetch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinempi authored Aug 22, 2024
1 parent 76a69b6 commit 7cda042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def fetch_and_write_stargazer_ts(repo: Repository.Repository, args):

# Check if the directory exists, and create it if it doesn't
if not os.path.exists(output_dir):
os.makedirs(output_dir)
os.makedirs(output_dir)

updated_sdf.to_csv(tmppath, index_label="time_iso8601")
os.rename(tmppath, args.stargazer_ts_snapshots_inoutpath)
Expand Down

0 comments on commit 7cda042

Please sign in to comment.