forked from third-party-mirrors/zfs_autobackup
forgot to remove debugging print
This commit is contained in:
parent
0b4448798e
commit
81e7cd940c
@ -14,7 +14,7 @@ from .ThinnerRule import ThinnerRule
|
||||
class ZfsAutobackup:
|
||||
"""main class"""
|
||||
|
||||
VERSION = "3.1.1-beta1"
|
||||
VERSION = "3.1.1-rc1"
|
||||
HEADER = "zfs-autobackup v{} - (c)2021 E.H.Eefting (edwin@datux.nl)".format(VERSION)
|
||||
|
||||
def __init__(self, argv, print_arguments=True):
|
||||
|
@ -325,7 +325,6 @@ class ZfsDataset:
|
||||
try:
|
||||
test = self.timestamp
|
||||
except ValueError as e:
|
||||
self.error(str(e))
|
||||
return False
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user