# HG changeset patch # User Thierry Florac # Date 1518971791 -3600 # Node ID a10c588dc6a3748fd4b2e189fa40a75bb5a8ce4e # Parent 6daed68877b3d711726b954c74fb225ec7f5b48b Corrected error message diff -r 6daed68877b3 -r a10c588dc6a3 src/pyams_utils/adapter.py --- a/src/pyams_utils/adapter.py Sun Feb 18 17:34:42 2018 +0100 +++ b/src/pyams_utils/adapter.py Sun Feb 18 17:36:31 2018 +0100 @@ -105,7 +105,7 @@ if len(intfs) == 1: provides = intfs[0] if provides is None: - raise TypeError("Missing 'provided' argument") + raise TypeError("Missing 'provides' argument") config = context.config.with_package(info.module) logger.debug("Registering adapter {0} for {1} providing {2}".format(str(ob),