Skip to content

Commit

Permalink
LIU-375: Change docstrings to match new location of method.
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Jun 14, 2024
1 parent c827bc7 commit 42539f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion daliuge-engine/dlg/data/drops/data_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 42539f3

Please sign in to comment.