forked from openlp/openlp
pep 8
This commit is contained in:
parent
24ab4f2cb1
commit
0e96c55c8e
@ -136,7 +136,7 @@ class Screen(object):
|
|||||||
try:
|
try:
|
||||||
self.geometry = QtCore.QRect(screen_dict['geometry']['x'], screen_dict['geometry']['y'],
|
self.geometry = QtCore.QRect(screen_dict['geometry']['x'], screen_dict['geometry']['y'],
|
||||||
screen_dict['geometry']['width'], screen_dict['geometry']['height'])
|
screen_dict['geometry']['width'], screen_dict['geometry']['height'])
|
||||||
except:
|
except KeyError:
|
||||||
# Preserve the current values as this has come from the settings update which does not have
|
# Preserve the current values as this has come from the settings update which does not have
|
||||||
# the geometry information
|
# the geometry information
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user