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

Unified Diff: package_management.py

Issue 9323030: Small fix for package_management on Mac OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package_management.py
diff --git a/package_management.py b/package_management.py
index 61e7ad28641c3aa8167f9b81110069c5be6775ff..4180a3ffb7298de8a243394a06181fb04aad86df 100644
--- a/package_management.py
+++ b/package_management.py
@@ -472,7 +472,7 @@ def UpdateSiteDirectory():
return True
try:
- AddSiteDirectory(SITE_DIR)
+ EnsureSiteDirectory(SITE_DIR)
import pkg_resources
# Determine if any packages actually need installing.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698