Fixed improper formatting for the resize constant

This commit is contained in:
ReAnzu 2018-03-03 00:47:05 -06:00
parent 8dc24f0da7
commit 2bb7e62837

View file

@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
_SCALE_FIT_FMT = (
r'scale=\'{width}:{height}\'')
r"scale='{width}:{height}'")
class Image: