Skip to content

Commit

Permalink
Fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Aug 19, 2022
1 parent 1bba13d commit dae3913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/apps/pyfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def initialize(self, **kwargs):
if self._dlg_session:
env.update({"DLG_SESSION_ID": self._dlg_session.sessionId})

self._applicationArgs = self._getArg(kwargs, "applicationArgs", {})
self._applicationArgs = self._popArg(kwargs, "applicationArgs", {})

self.func_code = self._popArg(kwargs, "func_code", None)

Expand Down

0 comments on commit dae3913

Please sign in to comment.