We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa446df commit fd77b9fCopy full SHA for fd77b9f
git/__init__.py
@@ -202,7 +202,7 @@ def run(self):
202
if sublime.platform() == 'windows':
203
shell = True
204
if 'HOME' not in env:
205
- env[str('HOME')] = str(env['USERPROFILE'])
+ env[str('HOME')] = str(env['HOMEDRIVE']) + str(env['HOMEPATH'])
206
207
# universal_newlines seems to break `log` in python3
208
proc = subprocess.Popen(self.command,
0 commit comments