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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Jan 24 01:09:24 CET 2011


Revision: 13078
          http://gar.svn.sourceforge.net/gar/?rev=13078&view=rev
Author:   wahwah
Date:     2011-01-24 00:09:24 +0000 (Mon, 24 Jan 2011)

Log Message:
-----------
checkpkg_lib: A bugfix for exception catching

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

Modified: csw/mgar/gar/v2/lib/python/checkpkg_lib.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg_lib.py	2011-01-24 00:07:20 UTC (rev 13077)
+++ csw/mgar/gar/v2/lib/python/checkpkg_lib.py	2011-01-24 00:09:24 UTC (rev 13078)
@@ -1018,7 +1018,7 @@
       # Files belonging to this package should not be removed from the catalog
       # as the package might be still present in another catalog.
       sqo_srv4_in_cat.destroySelf()
-    except sqlobject.dberrors.SQLObjectNotFound, e:
+    except sqlobject.main.SQLObjectNotFound, e:
       logging.warning(e)
 
 


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