forked from p15670423/monkey
Agent: Change monkey log argument to 'agent'
This commit is contained in:
parent
2c74967d71
commit
302718c4d4
|
@ -15,5 +15,5 @@ def _get_log_path(monkey_arg: str) -> Path:
|
|||
return Path(monkey_log_path)
|
||||
|
||||
|
||||
get_agent_log_path = partial(_get_log_path, "monkey")
|
||||
get_agent_log_path = partial(_get_log_path, "agent")
|
||||
get_dropper_log_path = partial(_get_log_path, "dropper")
|
||||
|
|
Loading…
Reference in New Issue