Skip to content

Commit

Permalink
uncompyle6 field name had changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 10, 2017
1 parent 66e8409 commit 134dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trepan/processor/command/deparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def run(self, args):
parentInfo, p = deparsed.extract_parent_info(nodeInfo.node)
if parentInfo:
self.section("Contained in...")
self.rst_msg("\t*Grammar Symbol:* %s" % p.type)
self.rst_msg("\t*Grammar Symbol:* %s" % p.kind)
self.print_text(parentInfo.selectedLine)
self.msg(parentInfo.markerLine)
pass
Expand Down

0 comments on commit 134dd1e

Please sign in to comment.