extras-buildsys/utils repoconv.py,1.3,1.4

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sat Jul 9 21:53:42 UTC 2005


Author: dcbw

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

Modified Files:
	repoconv.py 
Log Message:
Fix indents


Index: repoconv.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/repoconv.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- repoconv.py	7 Jul 2005 17:24:08 -0000	1.3
+++ repoconv.py	9 Jul 2005 21:53:40 -0000	1.4
@@ -96,8 +96,8 @@
             os.unlink(dest_file)
 
         debugprint('Copying %s to %s' % (os.path.basename(package), dest_file))
-	if not os.path.exists(os.path.dirname(dest_file)):
-		os.makedirs(os.path.dirname(dest_file))
+        if not os.path.exists(os.path.dirname(dest_file)):
+            os.makedirs(os.path.dirname(dest_file))
         shutil.copy(package, dest_file)
         
     # Create repo metadata




More information about the fedora-extras-commits mailing list