We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde8b77 commit de91c13Copy full SHA for de91c13
1 file changed
codeflash/discovery/functions_to_optimize.py
@@ -684,7 +684,8 @@ def filter_functions(
684
ignore_paths_removed_count += 1
685
continue
686
if file_path in submodule_paths or any(
687
- file_path_normalized.startswith(os.path.normcase(str(submodule_path)) + os.sep) for submodule_path in submodule_paths
+ file_path_normalized.startswith(os.path.normcase(str(submodule_path)) + os.sep)
688
+ for submodule_path in submodule_paths
689
):
690
submodule_ignored_paths_count += 1
691
0 commit comments