Warn on cygwin python/git mismatch. Resolves #354

This commit is contained in:
Anthony Sottile 2016-11-26 14:42:29 -08:00
parent d17daf7fd1
commit 526abd9251
2 changed files with 25 additions and 0 deletions

View file

@ -152,6 +152,7 @@ def main(argv=None):
with error_handler():
add_logging_handler(args.color)
git.check_for_cygwin_mismatch()
runner = Runner.create()
if args.command == 'install':