Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. watcher.tests.conf.test_list_opts.TestListOpts.test_list_opts_with_opts
  2. -----------------------------------------------------------------------
  3.  
  4. Captured traceback:
  5. ~~~~~~~~~~~~~~~~~~~
  6. Traceback (most recent call last):
  7. File "watcher/tests/conf/test_list_opts.py", line 35, in setUp
  8. self.opt_sections = list(dict(opts.list_opts()).keys())
  9. File "watcher/conf/opts.py", line 51, in list_opts
  10. _append_config_options(imported_modules, opts)
  11. File "watcher/conf/opts.py", line 89, in _append_config_options
  12. configs = mod.list_opts()
  13. File "watcher/conf/plugins.py", line 44, in list_opts
  14. plugin_opts = plugin_cls.get_config_opts()
  15. File "watcher/decision_engine/planner/weight.py", line 78, in get_config_opts
  16. default=cls.action_weights),
  17. File "/Users/alexchadin/Documents/watcher/.tox/py27/lib/python2.7/site-packages/oslo_config/cfg.py", line 1331, in __init__
  18. super(DictOpt, self).__init__(name, type=types.Dict(), **kwargs)
  19. TypeError: __init__() got multiple values for keyword argument 'type'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement