mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Unsorted GeoValue.values can result in false diffs
This commit is contained in:
@@ -184,7 +184,7 @@ class GeoValue(object):
|
||||
self.continent_code = match.group('continent_code')
|
||||
self.country_code = match.group('country_code')
|
||||
self.subdivision_code = match.group('subdivision_code')
|
||||
self.values = values
|
||||
self.values = sorted(values)
|
||||
|
||||
@property
|
||||
def parents(self):
|
||||
|
Reference in New Issue
Block a user