Skip to content

Commit 37ae051

Browse files
committed
fix ruff
1 parent d5c6bd9 commit 37ae051

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nxc/modules/coerce_plus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,7 @@ def get_dynamic_endpoint(self, interface: bytes, target: str, timeout: int = 5)
773773
try:
774774
endpoint = epm.hept_map(target, interface, protocol="ncacn_ip_tcp", dce=dce)
775775
self.context.log.debug(
776-
"Resolved dynamic endpoint %s to %s"
777-
% (repr(uuid.bin_to_string(interface)), repr(endpoint))
776+
f"Resolved dynamic endpoint {uuid.bin_to_string(interface)!r} to {endpoint!r}"
778777
)
779778
return endpoint
780779
except Exception as e:

0 commit comments

Comments
 (0)