Added an idea to a TODO comment. (0.21.8)

This commit is contained in:
Johannes Findeisen 2023-08-20 12:11:49 +02:00
commit dbbe706961

View file

@ -9,7 +9,7 @@ import os
# TODO: check for all required configuration options and set defaults if needed. do this only for
# options in the "linspector" section of linspector.conf.
# options in the "linspector" section of linspector.conf. maybe log warnings if setting to default?
class Configuration:
def __init__(self, configuration_path, log):
self.__configuration = configparser.ConfigParser()