Skip to content

Commit 036d6f6

Browse files
author
Codeflash Bot
committed
submodule bugs
Signed-off-by: Codeflash Bot <bot@codeflash.ai>
1 parent 5d285b9 commit 036d6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/tracing/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def ignored_submodule_paths(module_root: str) -> list[Path]:
4141
try:
4242
return [Path(working_tree_dir, submodule.path).resolve() for submodule in git_repo.submodules]
4343
except Exception as e:
44-
print(f"Failed to get submodule paths {str(e)}") # no logger since used in the tracer
44+
print(f"Failed to get submodule paths {e!s}") # no logger since used in the tracer
4545
return []
4646

4747

0 commit comments

Comments
 (0)