mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
Add TODO regarding type config
This commit is contained in:
parent
1b543e5820
commit
6ab4433c59
@ -122,7 +122,9 @@ class EDLogs(FileSystemEventHandler):
|
||||
|
||||
if journal_dir is None:
|
||||
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
|
||||
|
||||
if not logdir or not isdir(logdir):
|
||||
|
Loading…
x
Reference in New Issue
Block a user