Skip to content

Commit 4ce5f96

Browse files
committed
only display the part from Modulenotfound onwards
1 parent 045f914 commit 4ce5f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/code_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from codeflash.cli_cmds.console import logger
1616
from codeflash.code_utils.config_parser import find_pyproject_toml
1717

18-
ImportErrorPattern = re.compile(r"^.*ModuleNotFoundError.*$", re.MULTILINE)
18+
ImportErrorPattern = re.compile(r"ModuleNotFoundError.*$", re.MULTILINE)
1919

2020

2121
@contextmanager

0 commit comments

Comments
 (0)