do not lock browser2 anymore (closes #1635)
This commit is contained in:
parent
54a1bc4809
commit
8137bc2d66
1 changed files with 1 additions and 2 deletions
|
|
@ -88,5 +88,4 @@ class CreditMutuelModule(Module, CapBank):
|
|||
except (AssertionError, ValueError):
|
||||
raise AccountNotFound()
|
||||
|
||||
with self.browser:
|
||||
return self.browser.transfer(account, to, amount, reason)
|
||||
return self.browser.transfer(account, to, amount, reason)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue