Skip to content

Commit

Permalink
Fix: Fixed mypy issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Nov 8, 2023
1 parent 8ecb709 commit f7eda0d
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 @@ -185,7 +185,7 @@ async def start_firecracker(self, config_path: Path) -> asyncio.subprocess.Proce
"--api-sock",
str(self.socket_path),
"--config-file",
config_path,
str(config_path),
)

logger.debug(" ".join(options))
Expand Down

0 comments on commit f7eda0d

Please sign in to comment.