diff --git a/pipeval/validate/validate.py b/pipeval/validate/validate.py index f8dc9cd..8ae277a 100644 --- a/pipeval/validate/validate.py +++ b/pipeval/validate/validate.py @@ -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)