mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
fix format strings (#189)
This commit is contained in:
@ -25,7 +25,7 @@ from .ip import create_public_nic, delete_ip, delete_nic, get_ip, get_public_nic
|
|||||||
def get_vm(name: str) -> Optional[VirtualMachine]:
|
def get_vm(name: str) -> Optional[VirtualMachine]:
|
||||||
resource_group = get_base_resource_group()
|
resource_group = get_base_resource_group()
|
||||||
|
|
||||||
logging.debug("getting vm: %s %s - %s", resource_group, name)
|
logging.debug("getting vm: %s", name)
|
||||||
compute_client = mgmt_client_factory(ComputeManagementClient)
|
compute_client = mgmt_client_factory(ComputeManagementClient)
|
||||||
try:
|
try:
|
||||||
return cast(
|
return cast(
|
||||||
|
Reference in New Issue
Block a user