Skip to content

Commit dd18d57

Browse files
committed
No error if no SARIF runs
1 parent 5ab7411 commit dd18d57

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
@@ -711,7 +711,7 @@ def main() -> None:
711711

712712
if len(sarif_runs) == 0:
713713
LOG.info("No SARIF runs to output")
714-
sys.exit(1)
714+
sys.exit(0)
715715

716716
make_paths_relative_to_target(sarif_runs, target)
717717

0 commit comments

Comments
 (0)