rename function to remove duplicate
This commit is contained in:
parent
47b455957f
commit
e21bdab2c0
@ -78,6 +78,6 @@ def download_open(quteproc):
|
||||
quteproc.send_cmd(':download-open {}'.format(cmd))
|
||||
|
||||
@bdd.when("I directly open the download")
|
||||
def download_open(quteproc):
|
||||
def download_open_with_prompt(quteproc):
|
||||
cmd = '{} -c pass'.format(shlex.quote(sys.executable))
|
||||
quteproc.send_cmd(':prompt-open-download {}'.format(cmd))
|
||||
|
Loading…
Reference in New Issue
Block a user