mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 11:52:27 +03:00
Add TODO regarding type config
This commit is contained in:
parent
c5766b9b33
commit
1053abaf00
@ -122,7 +122,9 @@ 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