Skip to content

Commit

Permalink
:OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Sep 28, 2017
1 parent 33ffe1c commit 1c47e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/helpers/event_tag_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_revenue_value(event_tags):

raw_value = event_tags[REVENUE_METRIC_TYPE]

if not isinstance(raw_value, bool):
if isinstance(raw_value, bool):
return None

if not isinstance(raw_value, numbers.Integral):
Expand Down

0 comments on commit 1c47e27

Please sign in to comment.