# HG changeset patch # User cmlenz # Date 1126726793 0 # Node ID ae4b03619d9a4ff1107a47520b6b94ef9bd4a330 # Parent 98eb3b8eea291125e3d0328460605f914f2b9702 Fix another glitch introduced in [209]. diff --git a/bitten/master.py b/bitten/master.py --- a/bitten/master.py +++ b/bitten/master.py @@ -410,7 +410,7 @@ build.status = Build.SUCCESS build.update() - def _build_aborted(self, db, build): + def _build_aborted(self, build): log.info('Slave "%s" aborted build %d ("%s" as of [%s])', self.name, build.id, build.config, build.rev)