From 9863fd56b71b359d4df3c70c90bcf104d7c12b5d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 10 Mar 2020 09:11:41 +0100 Subject: targets: add missing class attribute --- lbup/targets.py | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3