Fix indent

This commit is contained in:
Florian Bruhin 2017-11-02 11:03:19 +01:00
parent 3385585ca5
commit 4a1cdef887

View File

@ -90,7 +90,7 @@ def _maybe_remove(path):
def smoke_test(executable):
"""Try starting the given qutebrowser executable."""
subprocess.run([executable, '--no-err-windows', '--nowindow',
'--temp-basedir', 'about:blank', ':later 500 quit'],
'--temp-basedir', 'about:blank', ':later 500 quit'],
check=True)