Merge pull request #27850 from rallytime/bp-27722

Back-port #27722 to 2015.8
This commit is contained in:
Nicole Thomas 2015-10-12 09:31:58 -06:00
commit ce1493e06b

View file

@ -125,6 +125,8 @@ def present(
continue
if isinstance(v, int) and v == int(v2):
continue
if isinstance(v, list) and sorted(v) == sorted(v2):
continue
difference.append("{0}='{1}' was: '{2}'".format(k, v, v2))
else:
difference.append("new alarm")