correction of checking tools in testing environment

This commit is contained in:
Ilia Filippov
2013-12-26 14:23:46 +04:00
parent 6c7e7325ec
commit e34f0cc250

3
common.py Normal file → Executable file
View File

@@ -121,4 +121,7 @@ def check_tools(m):
if int(t11[j])<input_tools[t][0][j]:
error(input_tools[t][2], m)
ret = 0
break
if int(t11[j])>input_tools[t][0][j]:
break
return ret