mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Include the mkvmerge return code on error
This commit is contained in:
		
							parent
							
								
									d8acdda044
								
							
						
					
					
						commit
						90818f201d
					
				@ -879,7 +879,7 @@ class dl:
 | 
			
		||||
                if return_code == 1:
 | 
			
		||||
                    self.log.warning("mkvmerge had at least one warning, will continue anyway...")
 | 
			
		||||
                elif return_code >= 2:
 | 
			
		||||
                    self.log.error(" - Failed to Mux video to Matroska file")
 | 
			
		||||
                    self.log.error(f"Failed to Mux video to Matroska file ({return_code})")
 | 
			
		||||
                    sys.exit(1)
 | 
			
		||||
        else:
 | 
			
		||||
            # dont mux
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user