Skip to content

Commit

Permalink
fixup! Cleanup: Code quality issues reported by tooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Sep 25, 2023
1 parent b92bf7b commit 5dfa18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_supervisor/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def check(self):
assert isfile(self.FIRECRACKER_PATH), f"File not found {self.FIRECRACKER_PATH}"
assert isfile(self.JAILER_PATH), f"File not found {self.JAILER_PATH}"
assert isfile(self.LINUX_PATH), f"File not found {self.LINUX_PATH}"
assert self.NETWORK_INTERFACE, f"Network interface is not specified"
assert self.NETWORK_INTERFACE, "Network interface is not specified"
assert self.CONNECTOR_URL.startswith(
"http://"
) or self.CONNECTOR_URL.startswith("https://")
Expand Down

0 comments on commit 5dfa18f

Please sign in to comment.