From 5a619e50a9a169ca87c5ffa138e21d1e2312896c Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Fri, 15 May 2020 15:28:34 +0200 Subject: [PATCH] TMSS-60: allow more args --- QA/QA_Common/bin/show_hdf5_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA/QA_Common/bin/show_hdf5_info b/QA/QA_Common/bin/show_hdf5_info index 63c2f8c98df..1914d492a60 100755 --- a/QA/QA_Common/bin/show_hdf5_info +++ b/QA/QA_Common/bin/show_hdf5_info @@ -38,7 +38,7 @@ if __name__ == '__main__': (options, args) = parser.parse_args() - if len(args) != 1: + if len(args) < 1: parser.print_help() exit(-1) -- GitLab