From 531f4a5efdec9e9b3a8da80b5f0e757bc7d06be1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 16 Oct 2020 16:25:45 +0200 Subject: targets/TargetSSH: add a class attribute prototype --- lbup/targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lbup/targets.py b/lbup/targets.py index 352bd3d..ddd0257 100644 --- a/lbup/targets.py +++ b/lbup/targets.py @@ -125,6 +125,7 @@ class TargetLocal(Target): class TargetSSH(Target): _remote = None + _remote_bupdir = None def __init__(self, name, dirs, excludes = None, logger = None, remote = None, remote_bupdir = None): -- cgit v1.2.3