]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/meta.py
Code convention cleanup (pylint)
[mpd-sima.git] / sima / lib / meta.py
index cf130969b3193f7838d0200cc7654356dfbba9d5..2adac1376b3b972f29acb1ac48df645910448a5c 100644 (file)
@@ -74,8 +74,8 @@ class Meta:
                 is_uuid4(kwargs.get('mbid'))
                 self.__mbid = kwargs.pop('mbid').lower()
             except WrongUUID4:
-                self.log.warning('Wrong mbid {}:{}'.format(self.__name,
-                                                         kwargs.get('mbid')))
+                self.log.warning('Wrong mbid %s:%s', self.__name,
+                                 kwargs.get('mbid'))
             # mbid immutable as hash rests on
         self.__dict__.update(**kwargs)