Closed briandrawert closed 1 year ago
To test, in file gillespy2/solvers/cpp/build/make.py add the lines:
gillespy2/solvers/cpp/build/make.py
except KeyboardInterrupt: log.warning(f"Makefile was interrupted during execution of target: '{target}', unexpected behavior may occur.") + print(f"Return code: {result.returncode}" + f"- make_cmd: {' '.join(make_cmd)}\n" + f"- stdout: {result.stdout.decode('utf-8', errors='ignore')}\n" + f"- stderr: {result.stderr.decode('utf-8', errors='ignore')}\n" + ) if result.returncode == 0 and os.path.exists(self.output_file): return
To test, in file
gillespy2/solvers/cpp/build/make.py
add the lines: