Skip to content

Commit

Permalink
🐛 fix summary arg
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 21, 2024
1 parent 486f6b1 commit 22bffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def interactive_prompt() -> list[str]: # noqa: C901 # pragma: no cover
cancel_text='Skip',
).run()
prefix += f'Summary: {summary if summary else ""}\n'
output += [f'--summary"{summary if summary else ""}"']
output += [f'--summary="{summary if summary else ""}"']

home_page = input_dialog(
title='ozi-new interactive prompt',
Expand Down

0 comments on commit 22bffda

Please sign in to comment.