Skip to content

Commit

Permalink
Fail CI on ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Morgenstern committed Jun 20, 2024
1 parent e98d0ac commit 65bbb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/checks/fzp_checker_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,5 @@ def _search_fzp_files_with_svg(self, svg_file, fzp_dir):

except ValueError as e:
print(str(e))
parser.print_help()
parser.print_help()
exit(-1)

0 comments on commit 65bbb1a

Please sign in to comment.