Skip to content

Commit 8448add

Browse files
committed
pep8: E128 continuation line under-indented for visual indent
1 parent 5b30b7e commit 8448add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/github-backup

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ def fetch_repository(name, remote_url, local_dir, skip_existing=False, bare_clon
709709
masked_remote_url = mask_password(remote_url)
710710

711711
initialized = subprocess.call('git ls-remote ' + remote_url,
712-
stdout=FNULL,
713-
stderr=FNULL,
714-
shell=True)
712+
stdout=FNULL,
713+
stderr=FNULL,
714+
shell=True)
715715
if initialized == 128:
716716
log_info("Skipping {0} ({1}) since it's not initialized".format(name, masked_remote_url))
717717
return

0 commit comments

Comments
 (0)