correction of checking tools in testing environment
This commit is contained in:
3
common.py
Normal file → Executable file
3
common.py
Normal file → Executable file
@@ -121,4 +121,7 @@ def check_tools(m):
|
|||||||
if int(t11[j])<input_tools[t][0][j]:
|
if int(t11[j])<input_tools[t][0][j]:
|
||||||
error(input_tools[t][2], m)
|
error(input_tools[t][2], m)
|
||||||
ret = 0
|
ret = 0
|
||||||
|
break
|
||||||
|
if int(t11[j])>input_tools[t][0][j]:
|
||||||
|
break
|
||||||
return ret
|
return ret
|
||||||
|
|||||||
Reference in New Issue
Block a user