diff --git a/tools/releasetools/rangelib.py b/tools/releasetools/rangelib.py index 373bbed1d..ec735aba3 100644 --- a/tools/releasetools/rangelib.py +++ b/tools/releasetools/rangelib.py @@ -88,7 +88,7 @@ class RangeSet(object): if last <= s: last = s+1 else: - monotonic = True + monotonic = False data.sort() self.data = tuple(self._remove_pairs(data)) self.monotonic = monotonic