Chromium Code Reviews| 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 |
|
Andrew Hayden (chromium.org)
2014/03/19 18:20:06
I think you want one more space here, yes?
iancottrell
2014/03/19 22:17:11
No, print adds the space for you.
|
| # 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: |