Skip to content

Commit 2a06cc9

Browse files
committed
Correct error message
1 parent e307f1e commit 2a06cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compute_worker/compute_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ def push_output(self):
15101510
f.write(yaml.dump(prog_status, default_flow_style=False))
15111511
except Exception as e:
15121512
logger.error(e)
1513-
raise SubmissionException("Metadata file not found")
1513+
raise SubmissionException("Failed to write metadata file.")
15141514

15151515
if not self.is_scoring:
15161516
self._put_dir(self.prediction_result, self.output_dir)

0 commit comments

Comments
 (0)