Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Aug 29, 2024
1 parent cb3d7b9 commit 9b9c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/vm/hypervisors/firecracker/microvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ async def teardown(self):
except asyncio.TimeoutError:
# In Python < 3.11 wait_closed() was broken and returned immediatly
# It is supposedly fixed in python 3.12.1 but hang indefinelty during the tests.
logger.info("f{self} unix socket closing timout")
logger.info("f{self} unix socket closing timeout")

logger.debug("Removing files")
if self.config_file_path:
Expand Down

0 comments on commit 9b9c27d

Please sign in to comment.