Skip to content

Commit 0ce37cc

Browse files
committed
Adding missing comment
1 parent 873624a commit 0ce37cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_ware/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def safe_submit(*args, **kwargs):
272272
There are cases in which a race condition may occur: submit returns the
273273
job id but moi hasn't submitted the job. In some cases this is not
274274
acceptable, so this wrapper makes sure that the job_id
275-
is returned only once the job has already been submitted
275+
is returned only once the job has already been submitted.
276276
277277
From previous tests, the while loop is executed ~2 times, so there is no
278278
much time lost in here

0 commit comments

Comments
 (0)