Skip to content
Snippets Groups Projects
Commit 13749bd2d308 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

setup-base-dir: use an absolute path for poulpe directory

It is broken otherwise.
parent 7533c95ffda5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
USAGE = "USAGE: %s ROOTPATH" % os.path.basename(sys.argv[0])
POULPE_DIR = Path(__file__).parent.parent.parent.parent
POULPE_DIR = Path(__file__).absolute().parent.parent.parent.parent
RESULT_DIR = "results"
BIN_ENV_DIR = "bin-envs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment