CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

add print TranslateEarlyBlock method #66

Closed sd12582000 closed 6 years ago

sd12582000 commented 6 years ago

Fix <<<COULD NOT DECOMPILE: Unknown AST node: <class 'renpy.ast.TranslateEarlyBlock'>>>> issue TranslateEarlyBlock is subclass of TranslateBlock Use self.dispatch.get(type(ast), type(self).print_unknown)(self, ast) will miss it

CensoredUsername commented 6 years ago

This has already been fixed on dev for a while. I'll push those changes to master instead.