Skip to content

Commit

Permalink
🚨 run black
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 a966605 commit 5748852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ def interactive_prompt() -> list[str]: # noqa: C901 # pragma: no cover
cancel_text='Skip',
).run()
output += [f'--license-expression="{license_expression}"'] if license_expression else []
prefix += f'Extra: License-Expression :: {license_expression if license_expression else ""}\n'
prefix += (
f'Extra: License-Expression :: {license_expression if license_expression else ""}\n'
)

if yes_no_dialog(
title='ozi-new interactive prompt',
Expand Down

0 comments on commit 5748852

Please sign in to comment.