Skip to content

Commit

Permalink
smalle style fix #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed May 6, 2024
1 parent f722914 commit 96efa4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build_config/updateReleaseInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
else:
print(line, end='')

with fileinput.FileInput(os.path.join(SUMO_HOME, "build_config", "package", "sumo.metainfo.xml"), inplace=True) as metainfo:
with fileinput.FileInput(os.path.join(SUMO_HOME, "build_config", "package", "sumo.metainfo.xml"),
inplace=True) as metainfo:
have_next = False
for line in metainfo:
if next_release in line:
Expand Down

0 comments on commit 96efa4d

Please sign in to comment.