Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 18, 2024
1 parent 725d30d commit 0446955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/fetch_nightly_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_latest_commit(
print(f"Updating {package}@{commit} in the key4hep-stack package.py")
text["packages"][package]["require"] = line

with open(args.path, "w") as recipe:
yaml.dump(text, recipe)
with open(args.extra_path, "w") as recipe:
yaml.dump(text_extra, recipe)
with open(args.path, "w") as recipe:
yaml.dump(text, recipe)
with open(args.extra_path, "w") as recipe:
yaml.dump(text_extra, recipe)

0 comments on commit 0446955

Please sign in to comment.