Merge pull request #87 from kokarare1212/deepsource-transform-dfe0093b
Format code with yapf
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user