From 41b25742f9a332593acac0d59741237e04b7a7be Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Wed, 30 Oct 2019 13:22:12 +0000 Subject: kernelci.build: fix pep8 error with over-indentation Fox over-indentation error reported by pycodestyle. Signed-off-by: Guillaume Tucker --- kernelci/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernelci/build.py b/kernelci/build.py index 0c117a5..7ed0374 100644 --- a/kernelci/build.py +++ b/kernelci/build.py @@ -141,7 +141,7 @@ def check_new_commit(config, storage): def _update_remote(config, path): - shell_cmd(""" + shell_cmd(""" cd {path} if git remote | grep -e '^{remote}$'; then git remote set-url {remote} {url} -- cgit v1.2.3