Skip to content

标签管理:更新标签接口: PUT v1/cmdb/tag/。dbs 为空是,异常。 #42

@xiguazao

Description

@xiguazao

https://github.com/opendevops-cn/codo-cmdb/blob/master/biz/handlers/asset_tag_handler.py

135行:
db_id_list = data.get('dbs')

178 行:
session.add_all([
DBTag(db_id=i, tag_id=tag_id) for i in db_id_list
])

报错信息:
TypeError: 'NoneType' object is not iterable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions