Skip to content

Commit 76a71f4

Browse files
committed
Revert "Remove debug print seems was left"
This reverts commit 23cf46d.
1 parent 23cf46d commit 76a71f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bugbear.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ class BugBearVisitor(ast.NodeVisitor):
373373
# Useful for tracing what the hell is going on.
374374

375375
def __getattr__(self, name):
376+
print(name)
376377
return self.__getattribute__(name)
377378

378379
@property

0 commit comments

Comments
 (0)