From aded0045f7d1fcbf63fcdb5422d28f346dac3eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BF=D0=B8=D1=80=D0=B8=D0=B4=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=94=D0=B5=D0=BD=D0=B8=D1=81?= Date: Thu, 26 Jul 2012 10:45:44 +0400 Subject: [PATCH] modified work with pwderror --- console/application/methods_func.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: