set system language to English before running subversion program
This commit is contained in:
parent
ade6084819
commit
275a2a6e57
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Subversion(BaseProject):
|
|||
info = OrderedDict()
|
||||
stdout = None
|
||||
try:
|
||||
os.environ['LANG'] = 'en_US'
|
||||
stdout, stderr = Popen([
|
||||
'svn', 'info', os.path.realpath(path)
|
||||
], stdout=PIPE, stderr=PIPE).communicate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue