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