changeset 84:30d09249de80

Fix var name in slave registration.
author cmlenz
date Fri, 08 Jul 2005 18:05:20 +0000
parents 42970c14524a
children acb7b67b8152
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
@@ -138,7 +138,7 @@
                                       pattern, exc_info=True)
                         match = False
                         break
-                if matches:
+                if match:
                     self.slaves[platform.id].add(handler)
 
         if not any_match:
Copyright (C) 2012-2017 Edgewall Software