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

Unified Diff: scm.py

Issue 2850014: Fix copy-paste error. I saw this exception on breakpad. (Closed)
Patch Set: Created 10 years, 6 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: scm.py
diff --git a/scm.py b/scm.py
index b577be5d4182194e1a21a9b440369ca6787f0d82..0ccd280f67981486f1cff2ff9e48beb941d0d6fc 100644
--- a/scm.py
+++ b/scm.py
@@ -459,7 +459,7 @@ class SVN(object):
# Warning: It's bad, it assumes args[2] is the directory
# argument.
if os.path.isdir(args[2]):
- chromium_utils.RemoveDirectory(args[2])
+ gclient_utils.RemoveDirectory(args[2])
break
else:
# No known svn error was found, bail out.
« 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