X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteTagType.py;h=4d4169d04d5d3ed14d55cb9f4d906c402f831eaf;hb=62a9da548fbef4c3c23eb9b304d6a78a35201c5a;hp=69c7bbaab9e5e0739b014d72158478fd080345c8;hpb=f5cd72e35593c96b9996ab4e49674cccc7525c48;p=plcapi.git diff --git a/PLC/Methods/DeleteTagType.py b/PLC/Methods/DeleteTagType.py index 69c7bba..4d4169d 100644 --- a/PLC/Methods/DeleteTagType.py +++ b/PLC/Methods/DeleteTagType.py @@ -36,6 +36,6 @@ class DeleteTagType(Method): tag_type = tag_types[0] tag_type.delete() - self.object_ids = [tag_type['tag_type_id']] + self.object_ids = [tag_type['tag_type_id']] return 1