Skip to content

Commit

Permalink
Merge branch 'hotfix/0.137.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Mar 28, 2018
2 parents 8c1a88c + 76d3058 commit a11bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/analytics/addon_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_events(self, date=None):
node_settings_model = addon.models.get('nodesettings')
if node_settings_model:
for node_settings in paginated(node_settings_model):
if node_settings.owner and not node_settings.owner.is_bookmark_collection:
if node_settings.owner and not node_settings.owner.all_tags.filter(name='old_node_collection', system=True).exists():
connected_count += 1
deleted_count = addon.models['nodesettings'].objects.filter(deleted=True).count() if addon.models.get('nodesettings') else 0
if has_external_account:
Expand Down

0 comments on commit a11bbdb

Please sign in to comment.