We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bbb8a commit 264c51fCopy full SHA for 264c51f
1 file changed
src/dotenv/parser.py
@@ -55,7 +55,7 @@ def make_regex(string, extra_flags=0):
55
("error", bool),
56
],
57
)
58
-except ImportError:
+except Exception:
59
from collections import namedtuple
60
Original = namedtuple( # type: ignore
61
"Original",
0 commit comments