We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8502d6 commit 9fc40a8Copy full SHA for 9fc40a8
src/cs50/__init__.py
@@ -13,7 +13,7 @@
13
from .cs50 import eprint, get_char, get_float, get_int, get_string
14
try:
15
from .cs50 import get_long
16
- except Exception:
+ except ImportError:
17
pass
18
19
# Replace Flask's logger
0 commit comments