From dbbe706961c646e393b4061d689fc2ff374ccc12 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Aug 2023 12:11:49 +0200 Subject: [PATCH] Added an idea to a TODO comment. (0.21.8) --- linspector/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linspector/configuration.py b/linspector/configuration.py index 9238405..f42e09f 100644 --- a/linspector/configuration.py +++ b/linspector/configuration.py @@ -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()