olebole / python-cpl

Python bindings for CPL recipes
http://pypi.python.org/pypi/python-cpl
GNU General Public License v2.0
10 stars 5 forks source link

Issue with interrupt and recipe.backtrace #22

Open saimn opened 5 years ago

saimn commented 5 years ago

If I interrupt a running recipe (CTRL-C), and then run it again, it crashes and shows the recipe backtrace. I can just delete the recipe.backtrace file and then it will run without crashing, but this seems weird and I don't think that it is the expected behavior.

RolandBacon commented 4 years ago

This is indeed a problem. Is there a chance that it can be corrected ? Thanks in advance.