X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Fconftest.py;h=b09a8aa7ac71b78bc6bcc29585f40b5009f7bd0a;hb=ac00e6ea5fe3f53fa4d4b57e0e302f6bceca7066;hp=1a8b9c1129740273deca892fa188b980aba0d257;hpb=f40ff1bf5c95696f78ec6ff1862e6954f360a04f;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/conftest.py b/ice_validator/tests/conftest.py index 1a8b9c1..b09a8aa 100644 --- a/ice_validator/tests/conftest.py +++ b/ice_validator/tests/conftest.py @@ -650,7 +650,7 @@ def aggregate_run_results(collection_failures, test_results): def relative_paths(base_dir, paths): - return [os.path.relpath(p, base_dir) for p in paths] + return [os.path.relpath(p, base_dir) for p in paths if p != ""] # noinspection PyTypeChecker