[postprocessor/ffmpeg] PEP 8
This commit is contained in:
		
							parent
							
								
									8d76bdf12b
								
							
						
					
					
						commit
						0b94dbb115
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
					        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
 | 
					        new_path = prefix + sep + extension
 | 
				
			||||||
        
 | 
					
 | 
				
			||||||
        information['filepath'] = new_path
 | 
					        information['filepath'] = new_path
 | 
				
			||||||
        information['ext'] = extension
 | 
					        information['ext'] = extension
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue