[BlenderCloud] flake8 corrections
This commit is contained in:
parent
406dabbe30
commit
b6c11671bc
@ -172,7 +172,7 @@ class BlenderCloudIE(BlenderCloudBaseIE):
|
||||
'formats': formats,
|
||||
})
|
||||
else:
|
||||
self.report_warning('%s - %s' % (node_id, warning_no_video_sources))
|
||||
self.report_warning('%s - %s' % (node_id, self.warning_no_video_sources))
|
||||
return self.playlist_result(entries, playlist_id=base_node_id, playlist_title=self.get_node_title(webpage))
|
||||
else:
|
||||
self.report_warning('%s - %s' % (base_node_id, self.warning_no_video_sources))
|
||||
|
Loading…
x
Reference in New Issue
Block a user