We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873624a commit 0ce37ccCopy full SHA for 0ce37cc
qiita_ware/context.py
@@ -272,7 +272,7 @@ def safe_submit(*args, **kwargs):
272
There are cases in which a race condition may occur: submit returns the
273
job id but moi hasn't submitted the job. In some cases this is not
274
acceptable, so this wrapper makes sure that the job_id
275
- is returned only once the job has already been submitted
+ is returned only once the job has already been submitted.
276
277
From previous tests, the while loop is executed ~2 times, so there is no
278
much time lost in here
0 commit comments