Skip to content

Commit 9b9c27d

Browse files
committed
typo
1 parent cb3d7b9 commit 9b9c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/vm/hypervisors/firecracker/microvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ async def teardown(self):
503503
except asyncio.TimeoutError:
504504
# In Python < 3.11 wait_closed() was broken and returned immediatly
505505
# It is supposedly fixed in python 3.12.1 but hang indefinelty during the tests.
506-
logger.info("f{self} unix socket closing timout")
506+
logger.info("f{self} unix socket closing timeout")
507507

508508
logger.debug("Removing files")
509509
if self.config_file_path:

0 commit comments

Comments
 (0)