Skip to content

Commit f9f0e95

Browse files
committed
CM-53944-Fixed comment
1 parent 317a2bb commit f9f0e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cycode/cli/files_collector/file_excluder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def _is_relevant_file_to_scan_common(self, scan_type: str, filename: str) -> boo
103103
'The document is irrelevant because its path is in the ignore paths list, %s', {'filename': filename}
104104
)
105105
return False
106+
106107
if self._is_file_prefix_supported(scan_type, filename):
107108
return True
108109

0 commit comments

Comments
 (0)