Skip to content

Commit

Permalink
(forgot to del the test lines)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTony03 committed Apr 12, 2024
1 parent 0fdf2ad commit f43170f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions loggerjava/exceptionhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@ def handler(exc):
return formatted_exc




class a():
def __init__(self):
self.a = 1

def p(self):
print(self.b)
register_def(a)
if __name__ == "__main__":
pass

try:
sa = a()
sa.p()
except Exception as E:
print(handler4(E))
#hmm wat?

0 comments on commit f43170f

Please sign in to comment.