style fixes
This commit is contained in:
parent
0ab1902c98
commit
22ac19b151
@ -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:
|
||||
|
@ -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:
|
||||
- about:blank
|
||||
- about:blank (active)
|
||||
|
||||
@windows
|
||||
Scenario: Running :spawn with userscript on Windows
|
||||
When I open about:blank
|
||||
|
Loading…
Reference in New Issue
Block a user