Skip to content

Commit

Permalink
Added data_dir in TaskApp init and warning (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLisin authored Oct 11, 2023
1 parent 2704d71 commit 109dac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/worker/task_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def _get_task_volumes(self):
else:
self.logger.warn(
(
"SUPERVISELY_AGENT_FILES is not defined inside agent container."
"SUPERVISELY_AGENT_FILES environment variable is not defined inside agent container."
"If this is your production agent, please contact support."
)
)
Expand Down

0 comments on commit 109dac9

Please sign in to comment.