Commit d090099e authored by maruel@chromium.org's avatar maruel@chromium.org

Fix for r26423 part 2.

TBR=brad
BUG=gcl try is broken
TEST=none

Review URL: http://codereview.chromium.org/215003


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26426 0039d316-1c4b-4281-b951-d872f2087c98
parent 8f9c69f5
......@@ -140,7 +140,8 @@ class SVN(SCM):
for file in files:
# Use svn info output instead of os.path.isdir because the latter fails
# when the file is deleted.
if gclient.CaptureSVNInfo(file).get("Node Kind") in ("dir", "directory"):
if gclient_scm.CaptureSVNInfo(file).get("Node Kind") in ("dir",
"directory"):
continue
# If the user specified a custom diff command in their svn config file,
# then it'll be used when we do svn diff, which we don't want to happen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment