diff --git a/console/application/methods_func.py b/console/application/methods_func.py index ac14e14..7afde09 100644 --- a/console/application/methods_func.py +++ b/console/application/methods_func.py @@ -125,7 +125,7 @@ def call_method(client, args, wait_thread): wait_thread) if steps.label and hasattr (param_object, 'CheckOnly'): param_object['CheckOnly'] = True -# print param_object + check_res = {} while True: method_result = client.service[0][method](client.sid,param_object) if not method_result: @@ -135,7 +135,7 @@ def call_method(client, args, wait_thread): method_result.ReturnedMessage[0].type != "pid": wait_thread.stop() - check_res = check_result_msg(method_result, view) + check_res = check_result_msg(method_result, view, check_res) if not check_res: return None else: