modified work with pwderror

develop 3.0.0
Спиридонов Денис 12 years ago
parent b4f2cbf9ba
commit aded0045f7

@ -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:

Loading…
Cancel
Save