extras-buildsys-temp/automation2/client archwelder.py,1.3,1.4

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/client
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/client

Modified Files:
	archwelder.py 
Log Message:

typo in print string
make exception catch a little less global




Index: archwelder.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- archwelder.py	11 May 2005 21:33:15 -0000	1.3
+++ archwelder.py	12 May 2005 00:42:13 -0000	1.4
@@ -59,7 +59,7 @@
     def die(self, sig=15):
         try:
             os.kill(self.pobj.pid, sig)
-        except Exception, e:
+        except OSError, e:
             print "Couldn't kill process %d: %s" % (self.pobj.pid, e)
         self._status = 'killed'
         return True




More information about the fedora-extras-commits mailing list