mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 21:58:25 +00:00
revert scan-build changes, need further testing before merge
This commit is contained in:
@ -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 ) {
|
||||
|
Reference in New Issue
Block a user