Skip to content

Commit 6738165

Browse files
aegilopsCopilot
andauthored
Update python_lint.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a738a0f commit 6738165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def main() -> None:
771771

772772
if any({linter not in LINTERS for linter in args.linter}):
773773
sanitized_linter = [linter.replace('\n', '').replace('\r', '') for linter in args.linter]
774-
LOG.error("Invalid linter choice: %s", sanitized_linter)
774+
LOG.error("Invalid linter choice: %s", ', '.join(sanitized_linter))
775775
sys.exit(1)
776776

777777
sarif_runs: List[dict] = []

0 commit comments

Comments
 (0)