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

Unified Diff: tools/cr/cr/loader.py

Issue 142933004: [cr tool] Make context implicit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 9 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 | « tools/cr/cr/fixups/arch.py ('k') | tools/cr/cr/plugin.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/loader.py
diff --git a/tools/cr/cr/loader.py b/tools/cr/cr/loader.py
index 51dc940982dd8ce8adba7eb3ef0395cdb3969ae2..9a5aaca09827f73c9e60f7f1354b2ecba7f1de2a 100644
--- a/tools/cr/cr/loader.py
+++ b/tools/cr/cr/loader.py
@@ -109,6 +109,7 @@ def Scan():
# Try this one again, if progress was made on a possible dependency
remains.append(name)
if remains:
+ print "Cannot load all of", remains
# There are modules that won't import in any order.
# Print all the errors as we can't determine root cause.
for name in remains:
« no previous file with comments | « tools/cr/cr/fixups/arch.py ('k') | tools/cr/cr/plugin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698