extras-buildsys-temp/automation2/server aw_manager.py,1.1,1.2

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Thu May 12 00:42:16 UTC 2005


Author: skvidal

Update of /cvs/fedora/extras-buildsys-temp/automation2/server
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/server

Modified Files:
	aw_manager.py 
Log Message:

typo in print string
make exception catch a little less global




Index: aw_manager.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aw_manager.py	11 May 2005 19:48:57 -0000	1.1
+++ aw_manager.py	12 May 2005 00:42:14 -0000	1.2
@@ -131,7 +131,7 @@
         # We create a separate archwelder instance for each arch on each builder,
         # even though both instances talk to the same XMLRPC server on the builder
         print "-----------------------------------------------------"
-        print " Looking or ArchWelders..."
+        print " Looking for ArchWelders..."
         for address in self.possible_aw:
             arches = None
             server = xmlrpclib.Server(address)




More information about the fedora-extras-commits mailing list