Remove utils from chaos_monkey
This commit is contained in:
parent
a20cb16b48
commit
7f7a20847d
|
@ -1,14 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
from config import WormConfiguration
|
|
||||||
|
|
||||||
|
|
||||||
def get_monkey_log_path():
|
|
||||||
return os.path.expandvars(WormConfiguration.monkey_log_path_windows) if sys.platform == "win32" \
|
|
||||||
else WormConfiguration.monkey_log_path_linux
|
|
||||||
|
|
||||||
|
|
||||||
def get_dropper_log_path():
|
|
||||||
return os.path.expandvars(WormConfiguration.dropper_log_path_windows) if sys.platform == "win32" \
|
|
||||||
else WormConfiguration.dropper_log_path_linux
|
|
Loading…
Reference in New Issue