On Friday, February 26, 2016 11:27:25 AM Jean-Marc Lasgouttes wrote:
> Also, there is a question you may already have answered. What happens if 
> you interrupt the running confogure.py with Ctrl+C? Does python give you 
> a backtrace showing where it is in the configure.py script?
> 
> JMarc

It should. :-)

The last line will be the exception KeyboardInterrupt and it will output the 
line where it stopped together with the backtrace of functions that got you in 
that line.

-- 
José Abílio

Reply via email to