diff --git a/src/app/zap_cluster_list.py b/src/app/zap_cluster_list.py index bf61468e3fcc2b..8076186eb14566 100755 --- a/src/app/zap_cluster_list.py +++ b/src/app/zap_cluster_list.py @@ -242,6 +242,7 @@ def main(): parser = argparse.ArgumentParser() parser.add_argument('--zap_file', help='Path to .zap file', + required=True, type=pathlib.Path) args = parser.parse_args()