mock mock.py,1.5,1.6

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Sat May 28 17:18:51 UTC 2005


Author: skvidal

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28712

Modified Files:
	mock.py 
Log Message:

correct umount_by_file problem with trailing \n



Index: mock.py
===================================================================
RCS file: /cvs/fedora/mock/mock.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mock.py	19 May 2005 14:24:40 -0000	1.5
+++ mock.py	28 May 2005 17:18:49 -0000	1.6
@@ -375,6 +375,7 @@
         track.close()
         
         for item in lines:
+            item = item.replace('\n','')
             if len(item.strip()) < 1:
                 continue
             




More information about the fedora-extras-commits mailing list