forked from p15670423/monkey
Agent: Add missing 'f' to f-string
This commit is contained in:
parent
7e4ec00454
commit
896a9171ac
|
@ -70,7 +70,7 @@ class SMBExploiter(HostExploiter):
|
|||
|
||||
except Exception as exc:
|
||||
logger.error(
|
||||
"Error while trying to copy file using SMB to {self.host.ip_addr} with "
|
||||
f"Error while trying to copy file using SMB to {self.host.ip_addr} with "
|
||||
f"{creds_for_log}:{exc}"
|
||||
)
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue