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 2ef1a91 commit c98bbb7Copy full SHA for c98bbb7
lithops/standalone/standalone.py
@@ -282,7 +282,7 @@ def create_workers(workers_to_create):
282
total_workers += len(new_workers)
283
284
if total_workers == 0:
285
- raise Exception('It was not possible to create any worker')
+ raise Exception('It was not possible to create any workers')
286
287
logger.debug(f'ExecutorID {executor_id} | JobID {job_id} - Going to run '
288
f'{total_calls} activations in {total_workers} workers')
0 commit comments