Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Issue 232083002: Fix PATH searching for Windows. (Closed)

Created:
6 years, 8 months ago by szager1
Modified:
6 years, 8 months ago
Reviewers:
iannucci
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Fix PATH searching for Windows. I am TBR-ing everything today. TBR=agable@chromium.org,hinoka@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262831

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M git_cache.py View 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
szager1
6 years, 8 months ago (2014-04-09 21:54:07 UTC) #1
szager1
Committed patchset #1 manually as r262831.
6 years, 8 months ago (2014-04-09 21:54:23 UTC) #2
iannucci
6 years, 8 months ago (2014-04-10 16:50:48 UTC) #3
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/232083002/diff/1/git_cache.py
File git_cache.py (right):

https://codereview.chromium.org/232083002/diff/1/git_cache.py#newcode161
git_cache.py:161: if os.path.isfile(alt_target) and os.access(target, os.X_OK):
wouldn't os.access(... X_OK) always return True on windows?

Powered by Google App Engine
This is Rietveld 408576698