Added an idea to a TODO comment. (0.21.8)
This commit is contained in:
parent
edaeceda69
commit
dbbe706961
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue