Commit f5cc4279 authored by szager@chromium.org's avatar szager@chromium.org

Call UpdateSubmoduleConfig() in unmanaged mode, too.

Review URL: https://chromiumcodereview.appspot.com/10635010

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143474 0039d316-1c4b-4281-b951-d872f2087c98
parent 37e4f234
......@@ -279,6 +279,7 @@ class GitWrapper(SCMWrapper):
return
if not managed:
self.UpdateSubmoduleConfig()
print ('________ unmanaged solution; skipping %s' % self.relpath)
return
......
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