Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Aug 15, 2010
1 parent b8861fa commit 0bee8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journeyman/buildrunner/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_build(self):
if self.build.buildstep_set.filter(successful=False).count() > 0:
self.build.state = BuildState.FAILED
else:
# Look for build results to check for another state.
# Look for build results if all build steps where successful.
for build_result in self.build.buildresult_set.all():
if build_result.buildstate != BuildState.STABLE:
self.build.state = build_result.buildstate
Expand Down

0 comments on commit 0bee8fa

Please sign in to comment.