From 37e851a905232192ea8b9d2ba347a716ca28ee77 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Sep 2011 19:27:34 +0200 Subject: [PATCH] fix typo --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index ef73b90..ae3ccf2 100755 --- a/build.py +++ b/build.py @@ -294,7 +294,7 @@ if __name__ == '__main__': stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='./', - universal_newlines=true + universal_newlines=True ) ret = git_log.wait() -- 2.39.5