We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e307f1e commit 2a06cc9Copy full SHA for 2a06cc9
1 file changed
compute_worker/compute_worker.py
@@ -1510,7 +1510,7 @@ def push_output(self):
1510
f.write(yaml.dump(prog_status, default_flow_style=False))
1511
except Exception as e:
1512
logger.error(e)
1513
- raise SubmissionException("Metadata file not found")
+ raise SubmissionException("Failed to write metadata file.")
1514
1515
if not self.is_scoring:
1516
self._put_dir(self.prediction_result, self.output_dir)
0 commit comments