Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved a NoneType exception during build cleanup. #9

Merged
merged 1 commit into from
Jul 22, 2016

Commits on Jul 21, 2016

  1. Resolved a NoneType exception during build cleanup.

    In Builder._startBuildFor, it is possible for slavebuilder.slave
    to be None for latent slaves, therefore check for None before
    releasing locks.
    
    Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
    dinatale2 committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    f16dc53 View commit details
    Browse the repository at this point in the history