Fix indent
This commit is contained in:
parent
3385585ca5
commit
4a1cdef887
@ -90,7 +90,7 @@ def _maybe_remove(path):
|
|||||||
def smoke_test(executable):
|
def smoke_test(executable):
|
||||||
"""Try starting the given qutebrowser executable."""
|
"""Try starting the given qutebrowser executable."""
|
||||||
subprocess.run([executable, '--no-err-windows', '--nowindow',
|
subprocess.run([executable, '--no-err-windows', '--nowindow',
|
||||||
'--temp-basedir', 'about:blank', ':later 500 quit'],
|
'--temp-basedir', 'about:blank', ':later 500 quit'],
|
||||||
check=True)
|
check=True)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user