Skip to content

Commit

Permalink
🐛 fix requirements.in render to properly ignore newlines
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 3, 2024
1 parent cbe0c80 commit b313ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ozi/scripts/render_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
)
)
for req in requirements:
print(f'Requires-Dist: {req}')
if len(req) > 0:
print(f'Requires-Dist: {req}')

0 comments on commit b313ede

Please sign in to comment.