remove useless line
A remnant from when `filter` and `range` were global and only available as command line options.
This commit is contained in:
@@ -203,7 +203,6 @@ def main():
|
|||||||
config.load(*args.yamlfiles, format="yaml", strict=True)
|
config.load(*args.yamlfiles, format="yaml", strict=True)
|
||||||
for key, value in args.options:
|
for key, value in args.options:
|
||||||
config.set(key, value)
|
config.set(key, value)
|
||||||
config.set(("_",), {})
|
|
||||||
|
|
||||||
# stream logging handler
|
# stream logging handler
|
||||||
configure_logging_handler("log", logging.getLogger().handlers[0])
|
configure_logging_handler("log", logging.getLogger().handlers[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user