Skip to content

Commit

Permalink
LIU-205: Update to remove old code which had been commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
markaboulton committed Dec 13, 2021
1 parent 839a951 commit 606b74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daliuge-engine/dlg/deploy/create_dlg_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def __init__(
self._pip_name = pip_name
if (self._pip_name == None):
self._pip_name = "cdj"
#self._pip_name = utils.fname_to_pipname(logical_graph or physical_graph) if logical_graph or physical_graph else "None"
self._logv = logv
self._zerorun = zerorun
self._max_threads = max_threads
Expand Down

0 comments on commit 606b74b

Please sign in to comment.