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 5348ce8 commit 8963996
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 @@ -254,7 +254,7 @@ def _load_backend_app(self) -> None:
if backend_cmd not in supported_backends:
SugarLogs.raise_error(
f'"{self.config["backend"]}" not supported yet.'
f' Supported backends are: {', '.join(supported_backends)}.',
f' Supported backends are: {", ".join(supported_backends)}.',
SugarErrorType.SUGAR_COMPOSE_APP_NOT_SUPPORTED,
)

Expand Down

0 comments on commit 8963996

Please sign in to comment.