[mod] blank line for lisibilit
This commit is contained in:
parent
a0d62a82be
commit
7f31eb950a
@ -167,10 +167,14 @@ class Image(object):
|
|||||||
thumbnail_name = self.name.split(".")
|
thumbnail_name = self.name.split(".")
|
||||||
thumbnail_name[-2] += "-%s" % gm_geometry
|
thumbnail_name[-2] += "-%s" % gm_geometry
|
||||||
thumbnail_name = ".".join(thumbnail_name)
|
thumbnail_name = ".".join(thumbnail_name)
|
||||||
|
|
||||||
source, target = os.path.join(self.base_dir, self.name), os.path.join(self.target_dir, thumbnail_name)
|
source, target = os.path.join(self.base_dir, self.name), os.path.join(self.target_dir, thumbnail_name)
|
||||||
|
|
||||||
options = self.options.copy()
|
options = self.options.copy()
|
||||||
options.update({"resize": gm_geometry})
|
options.update({"resize": gm_geometry})
|
||||||
|
|
||||||
self.gm(source, target, options)
|
self.gm(source, target, options)
|
||||||
|
|
||||||
return thumbnail_name
|
return thumbnail_name
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user