Appease autopep8

This commit is contained in:
Anthony Sottile
2017-07-29 16:20:45 -04:00
committed by GitHub
parent 9640999fb0
commit 3fbe4f5a6f

View File

@@ -62,7 +62,7 @@ def install_environment(repo_cmd_runner, version, additional_dependencies):
repo_cmd_runner, ('git', 'clone', '.', repo_src_dir),
)
if sys.platform == 'cygwin': # pragma: no cover
if sys.platform == 'cygwin': # pragma: no cover
_, gopath, _ = cmd_output('cygpath', '-w', directory)
gopath = gopath.strip()
else: