aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/etc/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py
index 057f5c2b..9f203a2f 100644
--- a/src/etc/tidy.py
+++ b/src/etc/tidy.py
@@ -7,7 +7,7 @@ cols=78
# Be careful to support Python 2.4, 2.6, and 3.x here!
config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ],
- stdout=subprocess.PIPE)
+ stdout=subprocess.PIPE)
result=config_proc.communicate()[0]
true="true".encode('utf8')