Skip to content

Commit a68085e

Browse files
committed
SPARQL report XPATH refine + report templates imporvements
1 parent 853d45d commit a68085e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ted_sws/mapping_suite_processor/adapters/mapping_suite_structure_checker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ def validate_output_structure(self) -> bool:
102102

103103
success = True
104104

105-
def _iter_dir(path):
106-
return [i for i in path.iterdir() if i.is_dir()]
107-
108105
mandatory_paths_l3 = [
109106
self.mapping_suite_path / MS_OUTPUT_FOLDER_NAME,
110107
]

0 commit comments

Comments
 (0)