Merge "Missing command descriptions for 'token-get' and 'endpoint-get'"
This commit is contained in:
@@ -36,6 +36,9 @@ def require_service_catalog(f):
|
|||||||
raise Exception(msg)
|
raise Exception(msg)
|
||||||
return f(kc, args)
|
return f(kc, args)
|
||||||
|
|
||||||
|
# Change __doc__ attribute back to origin function's __doc__
|
||||||
|
wrapped.__doc__ = f.__doc__
|
||||||
|
|
||||||
return wrapped
|
return wrapped
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user