]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/crop.py
Code convention clean up (pylint)
[mpd-sima.git] / sima / plugins / internal / crop.py
index f6ba32e87c19721de75b99a38f09311fd634620b..7efb5b5491d7e40927ab87a025093967e5b0cd37 100644 (file)
@@ -47,7 +47,7 @@ class Crop(Plugin):
                 return
         except ValueError:
             self.log.warning('Bad value for consume, '
-                    'expecting an integer, not "{}"'.format(target))
+                             'expecting an integer, not "%s"', target)
         else:
             self.target = int(target)
             self.log.debug('Cropping at 15')