style fixes
This commit is contained in:
parent
0ab1902c98
commit
22ac19b151
@ -282,9 +282,6 @@ class _WindowsUserscriptRunner(_BaseUserscriptRunner):
|
|||||||
(overwrite) to write to the file!
|
(overwrite) to write to the file!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, win_id, parent=None):
|
|
||||||
super().__init__(win_id, parent)
|
|
||||||
|
|
||||||
def _cleanup(self):
|
def _cleanup(self):
|
||||||
"""Clean up temporary files after the userscript finished."""
|
"""Clean up temporary files after the userscript finished."""
|
||||||
if self._cleaned_up:
|
if self._cleaned_up:
|
||||||
|
@ -1 +1 @@
|
|||||||
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"
|
echo open -t %QUTE_URL% >> "%QUTE_FIFO%"
|
||||||
|
@ -40,6 +40,7 @@ Feature: :spawn
|
|||||||
Then the following tabs should be open:
|
Then the following tabs should be open:
|
||||||
- about:blank
|
- about:blank
|
||||||
- about:blank (active)
|
- about:blank (active)
|
||||||
|
|
||||||
@windows
|
@windows
|
||||||
Scenario: Running :spawn with userscript on Windows
|
Scenario: Running :spawn with userscript on Windows
|
||||||
When I open about:blank
|
When I open about:blank
|
||||||
|
Loading…
Reference in New Issue
Block a user