Skip to content

Commit

Permalink
fix quotes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 12, 2024
1 parent 9ed84b1 commit 5348ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sugar/extensions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _call_backend_app(

if self.verbose or self.dry_run:
SugarLogs.print_info(
f'>>> {self.backend_app} {' '.join(positional_parameters)}'
f'>>> {self.backend_app} {" ".join(positional_parameters)}'
)
SugarLogs.print_info('-' * 80)

Expand Down

0 comments on commit 5348ce8

Please sign in to comment.