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

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)