fix the spell error

Change-Id: Ie60088e12fd2ed41857ec01724db2c146de03b10
This commit is contained in:
zhangtongjian 2023-01-10 18:26:41 +08:00
parent ce622a6055
commit 954ee30eed

View File

@ -161,6 +161,6 @@ class AttributesController(base.CyborgController,
"""Delete one attribute.
- UUID of a attribute.
"""
LOG.info('[attributes] delete.')
LOG.info('[attributes] delete by uuid: %s.', uuid)
context = pecan.request.context
objects.Attribute.destory(context, uuid)
objects.Attribute.destroy(context, uuid)