Skip to content

Commit

Permalink
Merge pull request #3953 from sylvestre/patch-28
Browse files Browse the repository at this point in the history
Error message: Add a missing space
  • Loading branch information
bruntib authored Jul 11, 2023
2 parents 78f6863 + bc42613 commit 51fc87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def checker_config(arg: str) -> CheckerConfig:

if not m:
raise argparse.ArgumentTypeError(
f"Checker option in wrong format: {arg}, should be"
f"Checker option in wrong format: {arg}, should be "
"<analyzer>:<checker>:<option>=<value>")

return CheckerConfig(
Expand Down

0 comments on commit 51fc87a

Please sign in to comment.