@Kingdread is faster than AppVeyor

This commit is contained in:
Florian Bruhin 2016-04-05 14:11:51 +02:00
parent 0abd16f6e5
commit 537d017ec2

View File

@ -58,7 +58,7 @@ def download_should_exist(filename, tmpdir):
def download_prompt(tmpdir, quteproc, path):
full_path = path.replace('{downloaddir}', str(tmpdir)).replace('/', os.sep)
msg = ("Asking question <qutebrowser.utils.usertypes.Question "
"default='{full_path!r}' mode=<PromptMode.text: 2> "
"default={full_path!r} mode=<PromptMode.text: 2> "
"text='Save file to:'>, *".format(full_path=full_path))
quteproc.wait_for(message=msg)
quteproc.send_cmd(':leave-mode')