- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / UpdateTagType.py
index 83655c4..adec78e 100644 (file)
@@ -45,6 +45,6 @@ class UpdateTagType(Method):
 
         tag_type.update(tag_type_fields)
         tag_type.sync()
-       self.object_ids = [tag_type['tag_type_id']]
+        self.object_ids = [tag_type['tag_type_id']]
 
         return 1