[csw-devel] SF.net SVN: gar:[16021] csw/mgar/gar/v2/lib/python/package_checks.py
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Oct 27 20:16:13 CEST 2011
Revision: 16021
http://gar.svn.sourceforge.net/gar/?rev=16021&view=rev
Author: dmichelsen
Date: 2011-10-27 18:16:13 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------
mGAR v2: Fix Python messaging
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py 2011-10-27 18:08:54 UTC (rev 16020)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2011-10-27 18:16:13 UTC (rev 16021)
@@ -1225,7 +1225,7 @@
msg = ("The package contains a docdir which doesn't match its "
"catalog name. To fix, repeat the merge state (mgar remerge "
"repackage).")
- error_mgr.Message(msg)
+ messenger.Message(msg)
error_mgr.ReportError(
"wrong-docdir",
"expected=/opt/csw/shared/doc/%s/... "
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