Skip to content

Commit

Permalink
v0.11.1 - fix bug (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoye authored Aug 27, 2019
1 parent 7afd84f commit 826abef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lyrebird_tracking/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ def validate(rule, targets_list):
if item.get('result') == 'fail':
error_message = dict((k, item[k]) for k in ('name', 'content') if k in item)
error_message['error_msg'] = filter_error_msg(item)
# Bug
# 有埋点错误消息,发事件给消息总线
pubilsh_error_msg(error_message)
# pubilsh_error_msg(error_message)


def pubilsh_error_msg(msg):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-tracking',
version='0.11.0',
version='0.11.1',
packages=['lyrebird_tracking'],
url='https://github.com/meituan/lyrebird-tracking',
author='HBQA',
Expand Down

0 comments on commit 826abef

Please sign in to comment.