[VVP] Bug fix in conftest.py
[vvp/validation-scripts.git] / ice_validator / tests / conftest.py
index 1a8b9c1..b09a8aa 100644 (file)
@@ -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