Skip to content

Commit 7484d07

Browse files
committed
CM-53944-Fixed comment
1 parent b78b66a commit 7484d07

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
@@ -100,7 +100,7 @@ def _is_relevant_file_to_scan_common(self, scan_type: str, filename: str) -> boo
100100
)
101101
return False
102102

103-
# We don't want to check for IAC scans, the extension is handled internally
103+
# We don't want to check for IAC scans, the extensions is handled internally
104104
if scan_type != consts.IAC_SCAN_TYPE and not self._is_file_extension_supported(scan_type, filename):
105105
logger.debug(
106106
'The document is irrelevant because its extension is not supported, %s',

0 commit comments

Comments
 (0)