Skip to content

Commit

Permalink
add debug message to error
Browse files Browse the repository at this point in the history
  • Loading branch information
j2salmingo committed Nov 12, 2024
1 parent 690973a commit d3c5c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeval/validate/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ def run_validate(args:Union[ValidateArgs,Dict[str, Union[str,list]]]):
zip([Path(pathname).resolve(strict=True) for pathname in args.path], repeat(args)))

if not all(validation_results):
print("hello")
sys.exit(1)

0 comments on commit d3c5c18

Please sign in to comment.