mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
Bug 694241 - devicemanagerADB has error in getDirectory causing remotereftest failures. r=wlach
This commit is contained in:
parent
e2350deb52
commit
f76f05bba1
@ -323,7 +323,8 @@ class DeviceManagerADB(DeviceManager):
|
||||
ret.append(f)
|
||||
line = p.stderr.readline()
|
||||
#the last line is a summary
|
||||
ret.pop(len(ret) - 1)
|
||||
if (len(ret) > 0):
|
||||
ret.pop()
|
||||
return ret
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user