Skip to content

Commit

Permalink
Deployment test 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiabernat committed Jan 11, 2025
1 parent 6632377 commit b66818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_app/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b66818a

Please sign in to comment.