9which =
'where' if sys.platform ==
'win32' else 'which'
10git = subprocess.check_output([which,
'git']).
decode(
'utf-8')
11print(
'git was found at %s' % git)
12if 'cipd_bin_packages' not in git:
13 print(
'Git must be obtained through CIPD.', file=sys.stderr)
def print(*args, **kwargs)
static DecodeResult decode(std::string path)