[mod] blank line for lisibility
This commit is contained in:
parent
c661ebc030
commit
fe4dc92256
@ -115,6 +115,7 @@ class Image(object):
|
|||||||
# assuming string
|
# assuming string
|
||||||
if not isinstance(options, dict):
|
if not isinstance(options, dict):
|
||||||
options = {"name": options}
|
options = {"name": options}
|
||||||
|
|
||||||
self.options = SETTINGS["gm"].copy() # used for caching, if it's modified -> regenerate
|
self.options = SETTINGS["gm"].copy() # used for caching, if it's modified -> regenerate
|
||||||
self.options.update(options)
|
self.options.update(options)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user