1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Add TODO regarding type config

This commit is contained in:
A_D 2020-07-27 19:07:54 +02:00 committed by Athanasius
parent c5766b9b33
commit 1053abaf00

View File

@ -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):