mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-21 02:09:28 +00:00
Update exception.py
This commit is contained in:
parent
dc04ab1626
commit
f6c3cbd565
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ import pysnooper
|
|||
def foo():
|
||||
raise TypeError('bad')
|
||||
|
||||
|
||||
def bar():
|
||||
try:
|
||||
foo()
|
||||
|
|
@ -12,7 +11,6 @@ def bar():
|
|||
str(1)
|
||||
raise
|
||||
|
||||
|
||||
@pysnooper.snoop(depth=3)
|
||||
def main():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue