fedora-accounts bz-make-components.py,1.10,1.11

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Feb 26 20:24:53 UTC 2007


Author: katzj

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22261

Modified Files:
	bz-make-components.py 
Log Message:
if the file doesn't exist, don't complain about it



Index: bz-make-components.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/bz-make-components.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bz-make-components.py	22 Feb 2007 19:28:13 -0000	1.10
+++ bz-make-components.py	26 Feb 2007 20:24:51 -0000	1.11
@@ -29,6 +29,8 @@
 bzdbh.commit()
 need_emails = {}
 for curfile in args:
+  if not os.path.exists(curfile):
+    continue
   fh = open(curfile, 'r')
   lnum = 0
   while 1:




More information about the fedora-extras-commits mailing list