Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 24, 2023
1 parent 184f302 commit 3fcbe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/core/tasks/executors/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _setup_container(self) -> ContainerDetails:
),
client.V1EnvVar(
name="_OWE_PIPELINE_RUN_UUID",
value=self.ctx.pipeline_run.id
value=self.ctx.pipeline_run.uuid
),
client.V1EnvVar(
name="_OWE_INPUT_DIR",
Expand Down

0 comments on commit 3fcbe1e

Please sign in to comment.