changeset 202:ae4b03619d9a

Fix another glitch introduced in [209].
author cmlenz
date Wed, 14 Sep 2005 19:39:53 +0000
parents 98eb3b8eea29
children e6ddca1e5712
files bitten/master.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
Copyright (C) 2012-2017 Edgewall Software