style fixes

This commit is contained in:
Daniel Schadt 2016-09-06 20:33:48 +02:00
parent 0ab1902c98
commit 22ac19b151
3 changed files with 2 additions and 4 deletions

View File

@ -282,9 +282,6 @@ class _WindowsUserscriptRunner(_BaseUserscriptRunner):
(overwrite) to write to the file!
"""
def __init__(self, win_id, parent=None):
super().__init__(win_id, parent)
def _cleanup(self):
"""Clean up temporary files after the userscript finished."""
if self._cleaned_up:

View File

@ -1 +1 @@
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"

View File

@ -40,6 +40,7 @@ Feature: :spawn
Then the following tabs should be open:
- about:blank
- about:blank (active)
@windows
Scenario: Running :spawn with userscript on Windows
When I open about:blank