From 9186e10d15809d43cc7ee9c172de832d61720963 Mon Sep 17 00:00:00 2001 From: Andreas Wicenec Date: Mon, 8 May 2023 12:58:39 +0800 Subject: [PATCH] Small doc update --- daliuge-translator/dlg/dropmake/lg_node.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daliuge-translator/dlg/dropmake/lg_node.py b/daliuge-translator/dlg/dropmake/lg_node.py index 2b315a337..7cdab7140 100644 --- a/daliuge-translator/dlg/dropmake/lg_node.py +++ b/daliuge-translator/dlg/dropmake/lg_node.py @@ -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": {}})