Merge pull request #87 from kokarare1212/deepsource-transform-dfe0093b

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

View File

@ -777,7 +777,8 @@ class PlayableContentFeeder:
file = audio_quality_picker.get_file(track.file)
if file is None:
self.logger.fatal(
"Couldn't find any suitable audio file, available: {}".format(track.file))
"Couldn't find any suitable audio file, available: {}".format(
track.file))
raise
return self.load_stream(file, track, None, preload, halt_listener)