FreeCAD: master feac22b0

Author Committer Branch Timestamp Parent
blacey wmayer master 2016-03-19 18:13:25 master 9816e48b
Changeset FreeCADTest.py invokes sys.exit() instead of the more aggressive os._exit()

With the ability to now pass the <exitCode> from sys.exit() up the
call stack to the shell, FreeCADTest.py should use sys.exit() instead
of the more aggressive os._exit() method that does not allow for
post-exception cleanup.
mod - src/App/FreeCADTest.py Diff File