- 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:
parent
b30cab6926
commit
d0fd7e90c5
7 changed files with 91 additions and 42 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue