extras-buildsys/utils extras-push-new,1.9,1.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed May 17 09:58:56 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12145

Modified Files:
	extras-push-new 
Log Message:
fix rather harmless typo in exit condition


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- extras-push-new	11 May 2006 16:48:59 -0000	1.9
+++ extras-push-new	17 May 2006 09:58:53 -0000	1.10
@@ -116,7 +116,7 @@
         try:
             self.rc = fcntl.flock(self.file, fcntl.LOCK_EX | fcntl.LOCK_NB)
         except IOError:
-            print 'ERROR: script locked via lockfile %s - it seems to be running already' % name
+            print 'ERROR: script locked via lockfile %s - it seems to be running already' % self.name
             sys.exit(11)
 
 




More information about the fedora-extras-commits mailing list