mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
remove deploy_script unused kwargs
This commit is contained in:
parent
e5e0097345
commit
81ea9ba1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ def local_repo_clean(local_cxn):
|
|||
local_path = os.path.join(LOGDIR, filename)
|
||||
local_cxn.local('rm %s' % local_path)
|
||||
|
||||
def deploy_script(cxn, scriptpath, *args, **kwargs):
|
||||
def deploy_script(cxn, scriptpath, *args):
|
||||
"copies to remote and executes local script"
|
||||
cxn.put(local=scriptpath, remote='', preserve_mode=True)
|
||||
scriptfile = os.path.split(scriptpath)[1]
|
||||
|
|
|
|||
Loading…
Reference in a new issue