mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 20:02:11 +03:00
plug.py: remove useless 'as e' in notify_journal_entry_cqc
This commit is contained in:
parent
7b823dd64d
commit
6e2f49a63c
2
plug.py
2
plug.py
@ -331,7 +331,7 @@ def notify_journal_entry_cqc(cmdr, is_beta, entry, state):
|
|||||||
newerror = journal_entry(cmdr, is_beta, dict(entry), dict(state))
|
newerror = journal_entry(cmdr, is_beta, dict(entry), dict(state))
|
||||||
error = error or newerror
|
error = error or newerror
|
||||||
|
|
||||||
except Exception as e:
|
except Exception:
|
||||||
logger.exception(f'Plugin "{plugin.name}" failed')
|
logger.exception(f'Plugin "{plugin.name}" failed')
|
||||||
|
|
||||||
return error
|
return error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user