Explorar o código

[postprocessor/ffmpeg] PEP 8

Sergey M․ %!s(int64=9) %!d(string=hai) anos
pai
achega
0b94dbb115
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/postprocessor/ffmpeg.py

+ 1 - 1
youtube_dl/postprocessor/ffmpeg.py

@@ -278,7 +278,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):
 
         prefix, sep, ext = path.rpartition('.')  # not os.path.splitext, since the latter does not work on unicode in all setups
         new_path = prefix + sep + extension
-        
+
         information['filepath'] = new_path
         information['ext'] = extension