Skip to content

Commit

Permalink
Update PyYapf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-kane authored Apr 22, 2017
1 parent f825162 commit 19d638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyYapf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __enter__(self):

# specify encoding in environment
self.popen_env = os.environ.copy()
self.popen_env['LANG'] = self.encoding
self.popen_env['LANG'] = str(self.encoding)

# win32: hide console window
if sys.platform in ('win32', 'cygwin'):
Expand Down

0 comments on commit 19d638d

Please sign in to comment.