| Index: tools/cr/cr/commands/info.py
|
| diff --git a/tools/cr/cr/commands/info.py b/tools/cr/cr/commands/info.py
|
| index fcd7307e9b4e5fb00f65b3b6dd3814cbd51dc2b8..4e5c2be13cd88305c1bb4224336f9d920e077808 100644
|
| --- a/tools/cr/cr/commands/info.py
|
| +++ b/tools/cr/cr/commands/info.py
|
| @@ -27,6 +27,7 @@ class InfoCommand(cr.Command):
|
| def EarlyArgProcessing(self):
|
| if getattr(cr.context.args, '_short', False):
|
| self.requires_build_dir = False
|
| + cr.Command.EarlyArgProcessing(self)
|
|
|
| def Run(self):
|
| if cr.context.remains:
|
|
|