- minor changes

- add Exception.description property support
- add a few sanity checks to over.app.Main
- added top-level stack frame display to over.app.Main.exception_handler
- the command line parser is now usable :)
This commit is contained in:
Martinez 2016-05-16 00:27:08 +02:00
parent b30cab6926
commit d0fd7e90c5
7 changed files with 91 additions and 42 deletions

View file

@ -22,7 +22,7 @@ class ndict(OrderedDict):
def __getattr__(self, name):
"""
@action looking up an attribute
@while looking up an attribute
"""
if name in self: