AttributeError: 'dict' object has no attribute 'startswith'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslosphinx |
Fix Released
|
High
|
Doug Hellmann |
Bug Description
Looks like 3.3.0 release was bad:
http://
Example from:
http://
2015-10-12 16:12:31.228 | File "setup.py", line 22, in <module>
2015-10-12 16:12:31.228 | pbr=True)
2015-10-12 16:12:31.237 | File "/usr/lib/
2015-10-12 16:12:31.237 | dist.run_commands()
2015-10-12 16:12:31.237 | File "/usr/lib/
2015-10-12 16:12:31.238 | self.run_
2015-10-12 16:12:31.238 | File "/usr/lib/
2015-10-12 16:12:31.238 | cmd_obj.run()
2015-10-12 16:12:31.238 | File "/home/
2015-10-12 16:12:31.238 | setup_command.
2015-10-12 16:12:31.238 | File "/home/
2015-10-12 16:12:31.239 | app.build(
2015-10-12 16:12:31.239 | File "/home/
2015-10-12 16:12:31.239 | self.builder.
2015-10-12 16:12:31.239 | File "/home/
2015-10-12 16:12:31.240 | self.build(None, summary='all source files', method='all')
2015-10-12 16:12:31.240 | File "/home/
2015-10-12 16:12:31.240 | self.write(
2015-10-12 16:12:31.240 | File "/home/
2015-10-12 16:12:31.240 | self._write_
2015-10-12 16:12:31.241 | File "/home/
2015-10-12 16:12:31.241 | self.write_
2015-10-12 16:12:31.241 | File "/home/
2015-10-12 16:12:31.241 | self.handle_
2015-10-12 16:12:31.241 | File "/home/
2015-10-12 16:12:31.242 | output = self.templates.
2015-10-12 16:12:31.242 | File "/home/
2015-10-12 16:12:31.242 | return self.environmen
2015-10-12 16:12:31.242 | File "/home/
2015-10-12 16:12:31.242 | return self._load_
2015-10-12 16:12:31.243 | File "/home/
2015-10-12 16:12:31.243 | cache_key = self.loader.
2015-10-12 16:12:31.243 | File "/home/
2015-10-12 16:12:31.243 | if template.
2015-10-12 16:12:31.244 | AttributeError: 'dict' object has no attribute 'startswith'
2015-10-12 16:12:31.290 | ERROR: InvocationError: '/home/
2015-10-12 16:12:31.290 | _______
Changed in oslosphinx: | |
importance: | Undecided → High |
Changed in oslosphinx: | |
milestone: | none → 3.3.1 |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/233789
Review: https:/