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) wait_thread)
if steps.label and hasattr (param_object, 'CheckOnly'): if steps.label and hasattr (param_object, 'CheckOnly'):
param_object['CheckOnly'] = True param_object['CheckOnly'] = True
# print param_object check_res = {}
while True: while True:
method_result = client.service[0][method](client.sid,param_object) method_result = client.service[0][method](client.sid,param_object)
if not method_result: if not method_result:
@ -135,7 +135,7 @@ def call_method(client, args, wait_thread):
method_result.ReturnedMessage[0].type != "pid": method_result.ReturnedMessage[0].type != "pid":
wait_thread.stop() 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: if not check_res:
return None return None
else: else:

Loading…
Cancel
Save