Skip to content

Commit

Permalink
GH-19: _update_resource_version.py made less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed May 31, 2024
1 parent f0628a2 commit c0e43de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nscurl/_update_resource_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if replaced > 0:
with open(infile.name, 'w') as outfile:
for line in lines:
print("{}".format(line.replace('\n', '')))
# print("{}".format(line.replace('\n', '')))
outfile.write(line)
else:
print("resource file already up-to-date")

0 comments on commit c0e43de

Please sign in to comment.