개정판 afa1f68d
build issue #655: without timeout
DTI_PID/DTI_PID/TrainingImageListDialog.py | ||
---|---|---|
278 | 278 |
unicharsetExtractorCmd = unicharset_extractor_cmd + ' ' + trainingBoxPath# + " >> output.log" |
279 | 279 |
#subprocess.call(unicharsetExtractorCmd, shell = True) |
280 | 280 |
|
281 |
os.system(trainCmd + '&timeout 15')
|
|
281 |
os.system(trainCmd) |
|
282 | 282 |
os.system(unicharsetExtractorCmd) |
283 | 283 |
|
284 | 284 |
#setUnicharsetPropertiesCmd = set_unicharset_properties_cmd + |
내보내기 Unified diff