oslosphinx/oslosphinx
Ondřej Nový 5c765d5561 Fixed AttributeError: 'str' object has no attribute 'decode'
When git cmd fails, raw_version_list is set to empty 'str' and then
we are trying to decode it. This patch moves decoding inside try/catch
block, so we are decoding return value of subprocess call, which is bytes
in Python 3.

Change-Id: Ibd2f556355a6413beb21473ebfca3b836cbc1d73
2016-07-17 17:32:12 +02:00
..
theme/openstack Allow "Other Versions" section to be configurable 2016-07-12 16:18:39 +00:00
__init__.py Fixed AttributeError: 'str' object has no attribute 'decode' 2016-07-17 17:32:12 +02:00
check_blueprints.py Speed up blueprint checking with naming convention 2015-02-24 19:02:12 -05:00
intersphinx.py Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:20 +00:00