diff --git a/dash_app/definitions.py b/dash_app/definitions.py index 47351c5..43f9659 100644 --- a/dash_app/definitions.py +++ b/dash_app/definitions.py @@ -22,7 +22,7 @@ print("********** ", os.getenv('LAMBDA_TASK_ROOT')) if LAMBDA_TASK_ROOT is None: - print(" ********** ", "LAMBDA_TASK_ROOT is None") + print(" ********** ", "LAMBDA_TASK_ROOT is None" METADATA_DIR = './metadata' else: METADATA_DIR = os.path.join(LAMBDA_TASK_ROOT, "dash_app", "metadata")