mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +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)
|
self.journal_dir_path = pathlib.Path(self.journal_dir)
|
||||||
|
|
||||||
except Exception:
|
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:
|
def obtain_lock(self) -> JournalLockResult:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user