Skip to content

Commit c98bbb7

Browse files
workers
1 parent 2ef1a91 commit c98bbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lithops/standalone/standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def create_workers(workers_to_create):
282282
total_workers += len(new_workers)
283283

284284
if total_workers == 0:
285-
raise Exception('It was not possible to create any worker')
285+
raise Exception('It was not possible to create any workers')
286286

287287
logger.debug(f'ExecutorID {executor_id} | JobID {job_id} - Going to run '
288288
f'{total_calls} activations in {total_workers} workers')

0 commit comments

Comments
 (0)