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