diff --git a/daliuge-engine/dlg/data/drops/data_base.py b/daliuge-engine/dlg/data/drops/data_base.py index 34e52c119..592a74e1c 100644 --- a/daliuge-engine/dlg/data/drops/data_base.py +++ b/daliuge-engine/dlg/data/drops/data_base.py @@ -333,7 +333,7 @@ def checksumType(self, value): def _map_input_ports_to_params(self): """ - Map the input ports that are on this FileDrop to the Drop parameters + Map the input ports that are on the drop to the its parameters This method performs the following steps: @@ -345,6 +345,10 @@ def _map_input_ports_to_params(self): - Finally, match the value of the named input drop with a DROP parameter ( if it exists). + + It is expected that this method be used within the child DataDrop class that is + inheriting this method; see the FileDrop class implemenetation for an example + use case. """ try: