mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
logger.exception() doesn't need exc_info
This commit is contained in:
parent
fa49159de5
commit
f1c50faafa
@ -50,7 +50,7 @@ class JournalLock:
|
||||
self.journal_dir_path = pathlib.Path(self.journal_dir)
|
||||
|
||||
except Exception:
|
||||
logger.exception("Couldn't make pathlib.Path from journal_dir", exc_info=True)
|
||||
logger.exception("Couldn't make pathlib.Path from journal_dir")
|
||||
|
||||
def obtain_lock(self) -> JournalLockResult:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user