Skip to content

Commit

Permalink
Weird back-and-forth
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 13, 2024
1 parent 5da6721 commit 292b94d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daliuge-engine/dlg/named_port_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ def identify_named_ports(
value = parser(port_dict[keys[i]]["drop"])
pargsDict.update({key: value})
logger.debug("Using %s '%s' for parg %s", mode, value, key)
# portargs.update({key: value}) # TODO identify more permanent fix for updating portargs
portargs.update(
{key: value}
) # TODO identify more permanent fix for updating portargs
posargs.pop(posargs.index(key))
elif key in keyargs:
if parser:
Expand Down

0 comments on commit 292b94d

Please sign in to comment.