Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310).

This commit is contained in:
Dan Helfman
2020-05-14 22:38:38 -07:00
parent 74adac6c70
commit d88f321cef
29 changed files with 174 additions and 167 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.5.3'
VERSION = '1.5.4.dev0'
setup(