mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
trivial: Fix lint issues.
This commit is contained in:
@@ -1002,8 +1002,10 @@ class BasicSwap(BaseApp):
|
||||
elif c in (Coins.XMR, Coins.WOW):
|
||||
try:
|
||||
ci.ensureWalletExists()
|
||||
except Exception as e:
|
||||
self.log.warning("Can't open %s wallet, could be locked.", ci.coin_name())
|
||||
except Exception as e: # noqa: F841
|
||||
self.log.warning(
|
||||
"Can't open %s wallet, could be locked.", ci.coin_name()
|
||||
)
|
||||
continue
|
||||
elif c == Coins.LTC:
|
||||
ci_mweb = self.ci(Coins.LTC_MWEB)
|
||||
|
||||
Reference in New Issue
Block a user