Fixed improper formatting for the resize constant
This commit is contained in:
parent
8dc24f0da7
commit
2bb7e62837
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
_SCALE_FIT_FMT = (
|
||||
r'scale=\'{width}:{height}\'')
|
||||
r"scale='{width}:{height}'")
|
||||
|
||||
|
||||
class Image:
|
||||
|
|
Reference in a new issue