Skip to content

Commit

Permalink
fix project name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Oct 1, 2024
1 parent e1ccca2 commit e7a624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sly_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
IS_ON_AGENT = api.file.is_on_agent(INPUT_FILES)


OUTPUT_PROJECT_NAME = os.environ.get("modal.state.dstProjectName", "")
OUTPUT_PROJECT_NAME = os.environ.get("modal.state.projectName", "")
REMOVE_SOURCE = bool(strtobool(os.getenv("modal.state.removeSource")))

DEFAULT_DATASET_NAME = "ds0"
Expand Down

0 comments on commit e7a624c

Please sign in to comment.