summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-16 16:25:45 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-16 16:25:45 +0200
commit531f4a5efdec9e9b3a8da80b5f0e757bc7d06be1 (patch)
tree45fd8e0542d05518b1a37ecf54c38ab4d7fdaf9c
parent6311a3e6eb4212ca4bdb8bb0ad918cff9759bd7a (diff)
targets/TargetSSH: add a class attribute prototype
-rw-r--r--lbup/targets.py1
1 files changed, 1 insertions, 0 deletions
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):