Change-Id: I57b8cca1bd64d0ef42616e1df9d657316cf1a3ce
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
:return: -
:raises ClientError: if the specified version does not match the client version
'''
- fullclassname = ctx.obj.__module__ + "." + ctx.obj.__class__.__name__
+ fullclassname = obj.__module__ + "." + obj.__class__.__name__
message = 'the following commands or options are only supported with the option "--sol005": {}'.format(what)
if version == 'v1':
message = 'the following commands or options are not supported when using option "--sol005": {}'.format(what)