@Sean McGinnis (sean-mcginnis) : I still see os.popen is used in cinder/doc/source/conf.py
git_cmd = "git log --pretty=format:'%ad, commit %h' --date=local -n1" html_last_updated_fmt = os.popen(git_cmd).read()
@Sean McGinnis (sean-mcginnis) : I still see os.popen is used in cinder/ doc/source/ conf.py
git_cmd = "git log --pretty= format: '%ad, commit %h' --date=local -n1" updated_ fmt = os.popen( git_cmd) .read()
html_last_