зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1046380 - Print device root to standard output in dm client;r=armenzg NPOTB DONTBUILD
This commit is contained in:
Родитель
354655b26f
Коммит
5fd6700e38
|
@ -222,7 +222,7 @@ class DMCli(object):
|
|||
self.parser.error("Unknown device manager type: %s" % type)
|
||||
|
||||
def deviceroot(self, args):
|
||||
return self.dm.deviceRoot
|
||||
print self.dm.deviceRoot
|
||||
|
||||
def push(self, args):
|
||||
(src, dest) = (args.local_file, args.remote_file)
|
||||
|
|
Загрузка…
Ссылка в новой задаче