summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-04 17:10:35 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-04 17:10:35 +0100
commit7dd2f4f3e15333d5c36fcdf242d056c2bd37b939 (patch)
treeb07688f1ae058d3c51a44881b43e654fd46c829a /support
parent73f0c6c899361caf489adf796697f2534bcbc93b (diff)
downloadbuildroot-7dd2f4f3e15333d5c36fcdf242d056c2bd37b939.tar.gz
buildroot-7dd2f4f3e15333d5c36fcdf242d056c2bd37b939.zip
support/testing/tests/download/gitremote: remove trailing whitespace
Fixes the following flake8 warnings: support/testing/tests/download/gitremote.py:29:67: W291 trailing whitespace support/testing/tests/download/gitremote.py:30:60: W291 trailing whitespace Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rw-r--r--support/testing/tests/download/gitremote.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/testing/tests/download/gitremote.py b/support/testing/tests/download/gitremote.py
index a6e69a1ef1..3b35456dd1 100644
--- a/support/testing/tests/download/gitremote.py
+++ b/support/testing/tests/download/gitremote.py
@@ -26,8 +26,8 @@ class GitRemote(object):
self.port = None
self.logfile = infra.open_log_file(builddir, "gitremote", logtofile)
- daemon_cmd = ["git", "daemon", "--reuseaddr", "--verbose",
- "--listen=localhost", "--export-all",
+ daemon_cmd = ["git", "daemon", "--reuseaddr", "--verbose",
+ "--listen=localhost", "--export-all",
"--base-path={}".format(serveddir)]
for port in range(GIT_REMOTE_PORT_INITIAL, GIT_REMOTE_PORT_LAST + 1):
cmd = daemon_cmd + ["--port={port}".format(port=port)]
OpenPOWER on IntegriCloud