Skip to content

Commit

Permalink
trying to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 31, 2024
1 parent 5fcf4c2 commit 101b9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-nfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

output += "\n"

file_name = './docs/new-feature-request-list.md'
print(output)
file_name = 'docs/new-feature-request-list.md'
with open(file_name, 'a') as file:
file.write(output)

0 comments on commit 101b9e3

Please sign in to comment.