Skip to content

Commit b2a9e45

Browse files
Revert "updates"
This reverts commit 68ca51e.
1 parent 6db608e commit b2a9e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ted_sws/mapping_suite_processor/entrypoints/cli/cmd_resources_injector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_cmd(self):
6161
output_resources_folder_path=self.output_resources_folder_path
6262
)
6363

64-
self.log(f"Importing SHACL shapes from {self.shacl_folder_path} to {self.output_shacl_folder_path}")
64+
self.log(f"Importing SHACL shapes from {self.shacl_folder_path} ...")
6565
shutil.rmtree(self.output_shacl_folder_path, ignore_errors=True)
6666
self.output_shacl_folder_path.mkdir(parents=True, exist_ok=True)
6767
inject_shacl_shapes(

0 commit comments

Comments
 (0)