Default for class variable
This commit is contained in:
parent
b8eeb0f906
commit
3495d402c7
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ def _executor_hook(job_queue, result_queue):
|
|||
|
||||
class Runner(object):
|
||||
|
||||
_external_variable_script = None
|
||||
|
||||
def __init__(self,
|
||||
host_list=C.DEFAULT_HOST_LIST,
|
||||
module_path=C.DEFAULT_MODULE_PATH,
|
||||
|
|
Loading…
Reference in a new issue