Comment 0 for bug 1301020

Revision history for this message
Sam Stavinoha (smlstvnh) wrote :

Some references to the config object remain after the conversion to a dictionary.

6 references in satori/common/logging.py

Resulting in a traceback when trying to run satori:

Traceback (most recent call last):
  File "~bin/satori", line 10, in <module>
    sys.exit(main())
  File "~/satori/satori/shell.py", line 219, in main
    common_logging.init_logging(config)
  File "~/satori/satori/common/logging.py", line 57, in init_logging
    if config.logconfig and os.path.isfile(config.logconfig):
AttributeError: 'dict' object has no attribute 'logconfig'