Skip to content

Commit 38c5330

Browse files
committed
---
yaml --- r: 1734 b: refs/heads/master c: ff22bdf h: refs/heads/master v: v3
1 parent 3a3024e commit 38c5330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8
2+
refs/heads/master: ff22bdfb6e0f4d8f20dbb643c2503080b368681f

trunk/src/etc/tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Be careful to support Python 2.4, 2.6, and 3.x here!
99
config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ],
10-
stdout=subprocess.PIPE)
10+
stdout=subprocess.PIPE)
1111
result=config_proc.communicate()[0]
1212

1313
true="true".encode('utf8')

0 commit comments

Comments
 (0)