fixed python packaging

This commit is contained in:
Edwin Eefting
2021-02-07 14:09:57 +01:00
parent 06c8416771
commit f5b0a4f272
4 changed files with 13 additions and 7 deletions

View File

@ -111,8 +111,8 @@ class ZfsAutobackup:
self.args = args
#auto enable progress?
# if sys.stderr.isatty() and not args.no_progress:
# args.progress = True
if sys.stderr.isatty() and not args.no_progress:
args.progress = True
if args.debug_output:
args.debug = True