Fix processing of settings if there are no overlay maps

This commit is contained in:
Gina Häußge 2016-06-24 14:57:52 +02:00
parent 4070702931
commit 3258b4b7f0

View file

@ -716,7 +716,7 @@ class Settings(object):
if len(self._map.maps) > 2:
return self._map.maps[1:-1]
else:
return {}
return []
@property
def _default_map(self):