We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045f914 commit 4ce5f96Copy full SHA for 4ce5f96
codeflash/code_utils/code_utils.py
@@ -15,7 +15,7 @@
15
from codeflash.cli_cmds.console import logger
16
from codeflash.code_utils.config_parser import find_pyproject_toml
17
18
-ImportErrorPattern = re.compile(r"^.*ModuleNotFoundError.*$", re.MULTILINE)
+ImportErrorPattern = re.compile(r"ModuleNotFoundError.*$", re.MULTILINE)
19
20
21
@contextmanager
0 commit comments