mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-11-04 02:27:56 +00:00 
			
		
		
		
	Removed typo
This commit is contained in:
		@@ -19,7 +19,7 @@ def bash(command):
 | 
				
			|||||||
        output.append(line.decode("utf-8"))
 | 
					        output.append(line.decode("utf-8"))
 | 
				
			||||||
    if process.wait() > bool(0):
 | 
					    if process.wait() > bool(0):
 | 
				
			||||||
        print(command, out, err)
 | 
					        print(command, out, err)
 | 
				
			||||||
        raise Exception("Error is greater then 0")
 | 
					        raise Exception("Exitcode is greater then 0")
 | 
				
			||||||
    return output
 | 
					    return output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user