mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 02:17:38 +03:00
Squashed commit of the following:
commit 39b0aec5f2830b9b0fe9ca3c40aa0eaa52a45ba1 Merge: 9c600bf8 2f3f7262 Author: David Muckle <dvdmuckle@dvdmuckle.xyz> Date: Thu Feb 27 09:29:09 2025 -0500 Merge branch 'main' into expanduser-journal-path commit 9c600bf84755c0d9c25c60007d816384862abf33 Author: David Muckle <dvdmuckle@dvdmuckle.xyz> Date: Thu Feb 27 09:24:04 2025 -0500 Expanduser journal path
This commit is contained in:
parent
2f3f7262da
commit
3fc8251fa4
@ -51,7 +51,7 @@ class JournalLock:
|
||||
|
||||
else:
|
||||
try:
|
||||
self.journal_dir_path = pathlib.Path(self.journal_dir)
|
||||
self.journal_dir_path = pathlib.Path.expanduser(pathlib.Path(self.journal_dir))
|
||||
|
||||
except Exception: # pragma: no cover
|
||||
logger.exception("Couldn't make pathlib.Path from journal_dir")
|
||||
|
Loading…
x
Reference in New Issue
Block a user