support/testing/tests/download/sshd.py: fix flake8 warning

support/testing/tests/download/sshd.py:50:28: E261 at least two spaces before inline comment
1     E261 at least two spaces before inline comment

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2022-01-06 10:27:39 +01:00
parent 2dee09d367
commit 007b5b483f

View File

@ -47,7 +47,7 @@ class OpenSSHDaemon():
server_keyfile = os.path.join(builddir, SSHD_KEY)
auth_keys_file = os.path.join(builddir, SSH_AUTH_KEYS_FILE)
daemon_cmd = [SSHD_PATH,
"-D", # or use -ddd to debug
"-D", # or use -ddd to debug
"-e",
"-h", server_keyfile,
"-f", "/dev/null",