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

Issue 32113003: Use os.remove() instead of shutil.rmtree() since the latter actually does follow pseudo-symlinks on… (Closed)

Created:
7 years, 2 months ago by kustermann
Modified:
7 years, 2 months ago
Reviewers:
ricow1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use os.remove() instead of shutil.rmtree() since the latter actually does follow pseudo-symlinks on windows TBR=ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=29063

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kustermann
https://codereview.chromium.org/32113003/diff/1/dart/tools/make_links.py File dart/tools/make_links.py (right): https://codereview.chromium.org/32113003/diff/1/dart/tools/make_links.py#newcode70 dart/tools/make_links.py:70: os.remove(os.path.join(target, link)) If os.remove() raises on these pseudo-symlinks, I'll ...
7 years, 2 months ago (2013-10-23 08:10:29 UTC) #1
kustermann
7 years, 2 months ago (2013-10-23 08:10:31 UTC) #2
kustermann
7 years, 2 months ago (2013-10-23 08:11:01 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r29063 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698