Skip to content

Commit 8e4544a

Browse files
author
Stefano Torresi
committed
fix changelog open mode
1 parent 14f0c49 commit 8e4544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/gh_release_to_obs_changeset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
temp.seek(0)
5656

5757
if args.file:
58-
with open(args.file, "r") as prev:
58+
with open(args.file, "a+") as prev:
5959
old = prev.read()
6060
with open(args.file, "w") as new:
6161
for line in temp:

0 commit comments

Comments
 (0)