Fix processing of settings if there are no overlay maps
This commit is contained in:
parent
4070702931
commit
3258b4b7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue