From 8448add464145ecaa98cf09a7abdcc113719d860 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 22 Nov 2016 10:51:04 -0700 Subject: [PATCH] pep8: E128 continuation line under-indented for visual indent --- bin/github-backup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/github-backup b/bin/github-backup index a762932..f62141f 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -709,9 +709,9 @@ def fetch_repository(name, remote_url, local_dir, skip_existing=False, bare_clon masked_remote_url = mask_password(remote_url) initialized = subprocess.call('git ls-remote ' + remote_url, - stdout=FNULL, - stderr=FNULL, - shell=True) + stdout=FNULL, + stderr=FNULL, + shell=True) if initialized == 128: log_info("Skipping {0} ({1}) since it's not initialized".format(name, masked_remote_url)) return