mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixup for bug 859705 - Add missing return. r=me. DONTBUILD
This commit is contained in:
parent
605764c90f
commit
ec0f0eda7f
@ -155,6 +155,7 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
|
||||
self.device.pushFile(os.path.join(dir, info.filename), remoteFile)
|
||||
finally:
|
||||
shutil.rmtree(dir)
|
||||
return
|
||||
|
||||
for file in os.listdir(self.localLib):
|
||||
if (file.endswith(".so")):
|
||||
|
Loading…
Reference in New Issue
Block a user