Merge pull request #85 from kokarare1212/deepsource-transform-4448b0ae

Format code with yapf
This commit is contained in:
こうから 2021-10-20 21:18:31 +09:00 committed by GitHub
commit fe0f8a67f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ class VorbisOnlyAudioQuality(AudioQualityPicker):
if vorbis is not None: if vorbis is not None:
self.logger.warning( self.logger.warning(
"Using {} because preferred {} couldn't be found.".format( "Using {} because preferred {} couldn't be found.".format(
Metadata.AudioFile.Format.Name(vorbis.format), self.preferred)) Metadata.AudioFile.Format.Name(vorbis.format),
self.preferred))
else: else:
self.logger.fatal( self.logger.fatal(
"Couldn't find any Vorbis file, available: {}") "Couldn't find any Vorbis file, available: {}")