From fe4dc92256c57e98c81bdb5f6f0cf0b22c86d5c5 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 4 May 2016 11:01:02 +0200 Subject: [PATCH] [mod] blank line for lisibility --- prosopopee/prosopopee.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index a6b82d6..33f2370 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -115,6 +115,7 @@ class Image(object): # assuming string if not isinstance(options, dict): options = {"name": options} + self.options = SETTINGS["gm"].copy() # used for caching, if it's modified -> regenerate self.options.update(options)