From 95603add11ebb3b2b7c17cd1f4bf3c9c5546b71e Mon Sep 17 00:00:00 2001 From: psycho Date: Thu, 13 Aug 2020 22:08:00 +0200 Subject: [PATCH] testing_21 21 --- scripts/sftp_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sftp_test.py b/scripts/sftp_test.py index b78b0ed..ef092fc 100644 --- a/scripts/sftp_test.py +++ b/scripts/sftp_test.py @@ -103,7 +103,7 @@ def parse_args(): err(arg, 5) git_path = arg elif opt in ('-l', '--sftp_path'): - git_path = arg + sftp_path = arg elif opt in ('-d', '--debug'): debug = True else: @@ -118,6 +118,7 @@ def parse_args(): param['sftp_passwd'] = sftp_passwd param['known_hosts'] = known_hosts param['git_path'] = git_path + param['sftp_path'] = sftp_path param['debug'] = debug return param