testing_21
21
This commit is contained in:
parent
a883f52242
commit
95603add11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user