Skip to content

Commit

Permalink
Changes for performance improvement
Browse files Browse the repository at this point in the history
tendrl-spec: Tendrl/specifications#174
Signed-off-by: Shubhendu <shtripat@redhat.com>
  • Loading branch information
Shubhendu committed Jul 26, 2017
1 parent 11a108b commit 6933975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendrl/node_agent/node_sync/services_and_index_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def sync():
}
)
)
current_tags = list(NS.node_context.tags)
current_tags = NS.node_context.tags
tags += current_tags
NS.node_context.tags = list(set(tags))
if NS.node_context.tags != current_tags:
Expand Down

0 comments on commit 6933975

Please sign in to comment.