Skip to content

Commit

Permalink
Small doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 8, 2023
1 parent bd9813e commit 9186e10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daliuge-translator/dlg/dropmake/lg_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,9 @@ def make_oid(self, iid="0"):
return "{0}_{1}_{2}".format(self._ssid, self.id, iid), rank

def _update_key_value_attributes(self, kwargs):
# get the arguments from new fields dictionary in a backwards compatible way
"""
get all the arguments from new fields dictionary in a backwards compatible way
"""
if "fields" in self.jd:
self.jd.update({"nodeAttributes": {}})
kwargs.update({"nodeAttributes": {}})
Expand Down

0 comments on commit 9186e10

Please sign in to comment.