1
0
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:
A_D 2020-07-27 19:07:54 +02:00 committed by GitHub
parent 1b543e5820
commit 6ab4433c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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