Skip to content

Commit

Permalink
fix: job_output
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Feb 18, 2023
1 parent 3df7d81 commit 438e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod/serverless/modules/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_job(handler, job):
job_output.pop("refresh_worker")
run_result = {
"stopPod": True,
"output": cleaned_output
"output": job_output
}
else:
run_result = {"output": job_output}
Expand Down

0 comments on commit 438e84d

Please sign in to comment.