summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-03-10 09:11:41 +0100
committerAnton Khirnov <anton@khirnov.net>2020-03-10 09:11:41 +0100
commit9863fd56b71b359d4df3c70c90bcf104d7c12b5d (patch)
treeebe160ca4b569ed26f32fe7ae477bcc192b42541
parent6171a178a48bfa872a6aa854c1c19ab700f144c0 (diff)
targets: add missing class attribute
-rw-r--r--lbup/targets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbup/targets.py b/lbup/targets.py
index 0fc414a..d3c724a 100644
--- a/lbup/targets.py
+++ b/lbup/targets.py
@@ -191,6 +191,7 @@ class TargetSSHLXCLVM(TargetSSH):
_parent_remote = None
_lxc_username = None
_lxc_containername = None
+ _snapshot_size = None
def __init__(self, name, dirs, excludes = None, logger = None,
target_remote = None, target_remote_bupdir = None,