Default for class variable
parent
b8eeb0f906
commit
3495d402c7
|
@ -62,6 +62,8 @@ def _executor_hook(job_queue, result_queue):
|
||||||
|
|
||||||
class Runner(object):
|
class Runner(object):
|
||||||
|
|
||||||
|
_external_variable_script = None
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
host_list=C.DEFAULT_HOST_LIST,
|
host_list=C.DEFAULT_HOST_LIST,
|
||||||
module_path=C.DEFAULT_MODULE_PATH,
|
module_path=C.DEFAULT_MODULE_PATH,
|
||||||
|
|
Loading…
Reference in New Issue