Agent: Add missing 'f' to f-string

This commit is contained in:
Mike Salvatore 2022-03-21 08:14:01 -04:00
parent 7e4ec00454
commit 896a9171ac
1 changed files with 1 additions and 1 deletions

View File

@ -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