본문 바로가기

Prog.Lang. or Query/Jython

os.system() 실행 후 에러 감지

if os.system(...) <> 0 :
 raise "OS command has signalled errors."