mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-11-22 00:11:03 +01:00
Removed typo
This commit is contained in:
parent
f86727365d
commit
367d16496a
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user