mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1172800 - Fixup after bug 991983. r=gps
This commit is contained in:
parent
1f8e80ba43
commit
6421f64a64
@ -213,7 +213,7 @@ class Sandbox(dict):
|
||||
raise SandboxExecutionError(source_stack, exc[0], exc[1], exc[2])
|
||||
finally:
|
||||
self._context._sandbox = old_sandbox
|
||||
if path:
|
||||
if path and becomes_current_path:
|
||||
self._context.pop_source()
|
||||
|
||||
def push_subcontext(self, context):
|
||||
|
Loading…
Reference in New Issue
Block a user