Skip to content

Commit

Permalink
Update new-release-cycle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Nov 6, 2023
1 parent 52ef4ac commit a1714e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-release-cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def update_forward_port(new_br, dryRun=False):
new_cyc = new_br[:-1]
dev_cyc = CMSSW_DEVEL_BRANCH[:-1]
with open(fwdport_file, "a") as ref:
ref.write("\n#Automatically added\n")
ref.write("\n# Automatically added\n")
for l in o.split("\n"):
ref.write("%s\n" % l.replace(dev_cyc, new_cyc))
return
Expand Down

0 comments on commit a1714e8

Please sign in to comment.