Skip to content

Commit 82879ab

Browse files
ScrockyLee-W
Scrocky
authored andcommitted
style(extra_args): Added newlines and WARN to 'Incomplete commit command' warning
1 parent 1a0ad6c commit 82879ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def main():
468468
# Log warning for -- without any extra args
469469
elif len(unknown_args) == 1:
470470
logger.warning(
471-
"Incomplete commit command: received -- separator without any following git arguments"
471+
"\nWARN: Incomplete commit command: received -- separator without any following git arguments\n"
472472
)
473473
extra_args = " ".join(unknown_args[1:])
474474
arguments["extra_cli_args"] = extra_args

0 commit comments

Comments
 (0)