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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Mar 27 00:27:53 CEST 2012


Revision: 17571
          http://gar.svn.sourceforge.net/gar/?rev=17571&view=rev
Author:   wahwah
Date:     2012-03-26 22:27:53 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
integrate-catalogs: Display msg when loading JSON

Just to give the user a sense of what's happening.

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

Modified: csw/mgar/gar/v2/lib/python/integrate_catalogs.py
===================================================================
--- csw/mgar/gar/v2/lib/python/integrate_catalogs.py	2012-03-26 22:27:26 UTC (rev 17570)
+++ csw/mgar/gar/v2/lib/python/integrate_catalogs.py	2012-03-26 22:27:53 UTC (rev 17571)
@@ -188,6 +188,7 @@
   catrel_to = options.catrel_to
   if options.from_json:
     with open(options.from_json, "rb") as fd:
+      logging.info("Loading %s", options.from_json)
       diffs_by_catalogname = json.load(fd)
   else:
     diffs_by_catalogname = GetDiffsByCatalogname(

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