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 71bb7e8 commit e56c373Copy full SHA for e56c373
lithops/standalone/standalone.py
@@ -173,7 +173,7 @@ def _wait_master_service_ready(self):
173
"""
174
Waits until the master service is ready to receive http connections
175
176
- logger.info(f'Waiting Lithops service to become ready on {self.backend.master}')
+ logger.info(f'Waiting for Lithops service to become ready on {self.backend.master}')
177
178
start = time.time()
179
while (time.time() - start < self.start_timeout):
0 commit comments