1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

plug.py: remove useless 'as e' in notify_journal_entry_cqc

This commit is contained in:
norohind 2021-08-10 13:51:22 +03:00
parent 7b823dd64d
commit 6e2f49a63c
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -331,7 +331,7 @@ def notify_journal_entry_cqc(cmdr, is_beta, entry, state):
newerror = journal_entry(cmdr, is_beta, dict(entry), dict(state))
error = error or newerror
except Exception as e:
except Exception:
logger.exception(f'Plugin "{plugin.name}" failed')
return error