Skip to content

Commit

Permalink
Fixed test: The Dask tests don't like the DLG_ROOT env to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Feb 9, 2022
1 parent 3f4ce13 commit dad762c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/apps/dockerapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# DLG_ROOT = '/dlg_root'
DLG_ROOT = "" if "DLG_ROOT" not in os.environ else os.environ["DLG_ROOT"]
os.environ["DLG_ROOT"] = DLG_ROOT # make sure the environ variable is set
#os.environ["DLG_ROOT"] = DLG_ROOT # make sure the environ variable is set

DockerPath = collections.namedtuple("DockerPath", "path")

Expand Down
1 change: 0 additions & 1 deletion lalo/A

This file was deleted.

1 change: 0 additions & 1 deletion lalo/C

This file was deleted.

0 comments on commit dad762c

Please sign in to comment.