[csw-devel] SF.net SVN: gar:[18220] csw/mgar/gar/v2/lib/python/generate_catalog_file.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jun 5 10:13:45 CEST 2012


Revision: 18220
          http://gar.svn.sourceforge.net/gar/?rev=18220&view=rev
Author:   wahwah
Date:     2012-06-05 08:13:45 +0000 (Tue, 05 Jun 2012)
Log Message:
-----------
generate-catalog-file: Whitespace fixes

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/generate_catalog_file.py

Modified: csw/mgar/gar/v2/lib/python/generate_catalog_file.py
===================================================================
--- csw/mgar/gar/v2/lib/python/generate_catalog_file.py	2012-06-05 05:20:40 UTC (rev 18219)
+++ csw/mgar/gar/v2/lib/python/generate_catalog_file.py	2012-06-05 08:13:45 UTC (rev 18220)
@@ -58,11 +58,11 @@
     deps = []
     for dep, _ in deps_data["deps"]:
       if "CSW" in dep:
-      	deps.append(dep)
+        deps.append(dep)
     if deps:
-    	deps = "|".join(deps)
+      deps = "|".join(deps)
     else:
-    	deps = "none"
+      deps = "none"
     items = [
         pkg_data["catalogname"],
         pkg_data["version_string"],

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list