pep8 edits
This commit is contained in:
@@ -99,7 +99,7 @@ def write_sysinfo(op):
|
||||
ffmpeg = bpy.app.ffmpeg
|
||||
if ffmpeg.supported:
|
||||
for lib in ['avcodec', 'avdevice', 'avformat', 'avutil', 'swscale']:
|
||||
output.write('{}:{}{}\n'.format(lib, " "*(10-len(lib)),
|
||||
output.write('{}:{}{}\n'.format(lib, " " * (10 - len(lib)),
|
||||
getattr(ffmpeg, lib + '_version_string')))
|
||||
else:
|
||||
output.write('Blender was built without FFmpeg support\n')
|
||||
|
Reference in New Issue
Block a user