Comment 2 for bug 1521541

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslosphinx (master)

Reviewed: https://review.openstack.org/251955
Committed: https://git.openstack.org/cgit/openstack/oslosphinx/commit/?id=f8d71ac5ad023a32cbbe04e109eb2793433ee558
Submitter: Jenkins
Branch: master

commit f8d71ac5ad023a32cbbe04e109eb2793433ee558
Author: Doug Hellmann <email address hidden>
Date: Tue Dec 1 16:34:54 2015 +0000

    trap errors from git not being present

    subprocess raises OSError if the command it is asked to run isn't found,
    so trap that as well as the subprocess-specific error we were already
    catching.

    Change-Id: Ieb9c7f3ccc307250847104a7f97cfa28603fcf5d
    Closes-Bug: #1521541