revert scan-build changes, need further testing before merge

This commit is contained in:
Scott Fennell
2018-10-22 15:11:29 -05:00
parent 86ef489617
commit e86027f825
35 changed files with 148 additions and 226 deletions

View File

@ -129,7 +129,7 @@ int Trick::IPPython::init() {
/* Read and parse the input file. */
if ( verify_input ) {
PyRun_SimpleString("sys.settrace(trick.traceit)") ;
ret = PyRun_SimpleString("sys.settrace(trick.traceit)") ;
}
if ( (ret = PyRun_SimpleFile(input_fp, input_file.c_str())) != 0 ) {