Skip to content

Commit ca9f0cb

Browse files
committed
Re-establishing tests
1 parent 767ec69 commit ca9f0cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wfcommons/wfinstances/logs/ro_crate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,13 @@ def _add_dependencies(self, files, instruments):
213213
# source_parameters = parameter_connection["sourceParameter"]
214214
# if not isinstance(source_parameters, list):
215215
# source_parameters = [source_parameters]
216+
# for item in source_parameters:
216217
# source = item["@id"]
217218
# source = source.rsplit("#", 1)[0] # Trim to get instrument
218219
#
219220
# target = parameter_connection["targetParameter"]["@id"]
220221
# target = target.rsplit("#", 1)[0] # Trim to get instrument
222+
# print("source", source, "----> target", target)
221223
#
222224
# for parent in instruments.get(source, []):
223225
# for child in instruments.get(target, []):

0 commit comments

Comments
 (0)