buildman: fix misspell
This commit is contained in:
parent
2464e007d8
commit
7d356c451b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class BuilderServer(object):
|
|||
self._lifecycle_manager.num_workers())
|
||||
|
||||
job_item = self._queue.get(processing_time=self._lifecycle_manager.setup_time(),
|
||||
order_required=True)
|
||||
ordering_required=True)
|
||||
if job_item is None:
|
||||
logger.debug('No additional work found. Going to sleep for %s seconds', WORK_CHECK_TIMEOUT)
|
||||
continue
|
||||
|
|
Reference in a new issue