Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
ralsina committed Jul 19, 2016
1 parent e3652b8 commit 47d1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/image_processing.py
Expand Up @@ -145,7 +145,7 @@ def resize_image(self, src, dst, max_size, bigger_panoramas=True, preserve_exif_
im.save(dst)
except Exception as e:
self.logger.warn("Can't process {0}, using original "
"image! ({1})".format(src, e))
"image! ({1})".format(src, e))
utils.copy_file(src, dst)

def resize_svg(self, src, dst, max_size, bigger_panoramas):
Expand Down

0 comments on commit 47d1bff

Please sign in to comment.