mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 20:02:11 +03:00
Add TODO regarding type config
This commit is contained in:
parent
c5766b9b33
commit
1053abaf00
@ -123,6 +123,8 @@ class EDLogs(FileSystemEventHandler):
|
|||||||
if journal_dir is None:
|
if journal_dir is None:
|
||||||
journal_dir = ''
|
journal_dir = ''
|
||||||
|
|
||||||
|
# TODO(A_D): this is ignored for type checking due to all the different types config.get returns
|
||||||
|
# When that is refactored, remove the magic comment
|
||||||
logdir = expanduser(journal_dir) # type: ignore # config is weird
|
logdir = expanduser(journal_dir) # type: ignore # config is weird
|
||||||
|
|
||||||
if not logdir or not isdir(logdir):
|
if not logdir or not isdir(logdir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user