Skip to content

Commit

Permalink
Just checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 9, 2022
1 parent b8b08a7 commit 2f72e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)

_is_debugpy_available = True
except Exception:
except ImportError:
_is_debugpy_available = False

# Required for backwards compatiblity
Expand Down

0 comments on commit 2f72e52

Please sign in to comment.