Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug on teardown of uncessful setup
If the console fails to set itself up properly, python will complain about `console` not existing in the teardown code. This fixes that by checking if `console` is not `None` in the teardown code`.
- Loading branch information