[mod] blank line for lisibility

This commit is contained in:
Laurent Peuch 2016-05-04 11:01:02 +02:00
parent c661ebc030
commit fe4dc92256

View File

@ -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)