Comment 2 for bug 1529836

Revision history for this message
Harshada Mangesh Kakad (harshada-kakad) wrote :

@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()