aboutsummaryrefslogtreecommitdiffstats
path: root/python/intex
diff options
context:
space:
mode:
Diffstat (limited to 'python/intex')
-rw-r--r--python/intex/intex_scenarios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex/intex_scenarios.py b/python/intex/intex_scenarios.py
index 97d6dc8d..509ed024 100644
--- a/python/intex/intex_scenarios.py
+++ b/python/intex/intex_scenarios.py
@@ -10,7 +10,7 @@ import yaml
from csv import reader
from pathlib import Path
-BASE_DIR = Path(os.environ["BASE_DIR"]) # we do not want to depend on serenitas.utils
+BASE_DIR = Path(os.environ["SERENITAS_BASE_DIR"]) # we do not want to depend on serenitas.utils
logger = logging.getLogger(__name__)