Skip to content

Commit

Permalink
Tet
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed May 1, 2024
1 parent b57b4c3 commit 8946577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycg/processing/postprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def visit_ClassDef(self, node):
cls = self.class_manager.get(cls_def.get_ns())
if not cls:
cls = self.class_manager.create(cls_def.get_ns(), self.modname)
print(cls)
print(cls_def, node.name, node.bases)
cls.clear_mro()
for base in node.bases:
# all bases are of the type ast.Name
Expand Down

0 comments on commit 8946577

Please sign in to comment.