Skip to content

Commit 0ff51d1

Browse files
committed
CM-53944-Fixed comment
1 parent 05c66bc commit 0ff51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/files_collector/file_excluder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def apply_scan_config(self, scan_type: str, scan_config: 'models.ScanConfigurati
6969
if scan_config.scannable_extensions:
7070
self._scannable_extensions[scan_type] = tuple(scan_config.scannable_extensions)
7171

72-
def _is_file_prefix_supported(self, scan_type: str, file_path: str):
72+
def _is_file_prefix_supported(self, scan_type: str, file_path: str) -> bool:
7373
path = Path(file_path)
7474
file_name = path.name.lower()
7575
scannable_prefixes = self._scannable_prefixes.get(scan_type)

0 commit comments

Comments
 (0)