Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Jun 24, 2020
1 parent cebc8f3 commit dbff2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/Code42.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def _create_exposure_filters(self, exposure_types):
if exp_types:
return [ExposureType.is_in(exp_types)]
else:
# If not given a support exposure type, search for all unsupported exposure types.s
# If not given a support exposure type, search for all unsupported exposure types
supported_exp_types = list(self.exposure_type_map.values())
return [ExposureType.not_in(supported_exp_types)]
elif self._is_endpoint_exfiltration:
Expand Down

0 comments on commit dbff2a0

Please sign in to comment.