← Back to team overview

dulwich team mailing list archive

[PATCH] Fix whitespace bug in dul-web.

 

From: Dave Borowitz <dborowitz@xxxxxxxxxx>

Had a tab that was syntactically correct, but since python treats tabs
as 8 spaces rather than 4 it resulted in incorrect behavior.

Change-Id: I69ce9ad40ab09fa33fafd2e6161042c65e2be99d
---
 bin/dul-web |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/dul-web b/bin/dul-web
index 148866a..5f71953 100644
--- a/bin/dul-web
+++ b/bin/dul-web
@@ -30,7 +30,7 @@ if __name__ == "__main__":
     else:
         gitdir = os.getcwd()
 
-	backend = DictBackend({"/": Repo(gitdir)})
+    backend = DictBackend({"/": Repo(gitdir)})
     app = HTTPGitApplication(backend)
     # TODO: allow serving on other ports via command-line flag
     server = make_server('', 8000, app)
-- 
1.7.0.3.295.gd8fa2