Skip to content

Commit c56f097

Browse files
author
Matt Sokoloff
committed
update error message
1 parent 967819a commit c56f097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/model_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _wait_until_done(self, status_fn, timeout_seconds=120, sleep_time=5):
115115
return True
116116
elif res['status'] == 'FAILED':
117117
raise Exception(
118-
f"MEA Import Failed. Details : {res['errorMessage']}")
118+
f"Jop failed. Details : {res['errorMessage']}")
119119
timeout_seconds -= sleep_time
120120
if timeout_seconds <= 0:
121121
raise TimeoutError(

0 commit comments

Comments
 (0)