Skip to content

Commit

Permalink
fixing bug where unsupported types in logs would not fail classificat…
Browse files Browse the repository at this point in the history
…ion (#688)
  • Loading branch information
ryandeivert authored Apr 16, 2018
1 parent cd144fc commit 69dee35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream_alert/rule_processor/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,6 @@ def _convert_type(cls, payload, schema):

else:
LOGGER.error('Unsupported schema type: %s', value)
return False

return True

0 comments on commit 69dee35

Please sign in to comment.