forked from p34709852/monkey
Agent: Switch copy_file typehint from str to Path
This commit is contained in:
parent
064525e6b9
commit
7454ee72b2
|
@ -25,7 +25,7 @@ class RansomwarePayload:
|
||||||
self,
|
self,
|
||||||
config: dict,
|
config: dict,
|
||||||
telemetry_messenger: ITelemetryMessenger,
|
telemetry_messenger: ITelemetryMessenger,
|
||||||
copy_file: Callable[[str, str], None],
|
copy_file: Callable[[Path, Path], None],
|
||||||
):
|
):
|
||||||
LOG.debug(f"Ransomware payload configuration:\n{pformat(config)}")
|
LOG.debug(f"Ransomware payload configuration:\n{pformat(config)}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue