From f6f91001ae62ca23bc03eeba2a51b16f1f923269 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sun, 14 Dec 2008 12:05:22 +0000 Subject: [PATCH] cleanup: rapi v2 instance tags wrong attribute This was changed in the past, but it seems this class was forgotten. Reviewed-by: amishchenko --- lib/rapi/rlib2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rapi/rlib2.py b/lib/rapi/rlib2.py index fb607ed84..dc28a863c 100644 --- a/lib/rapi/rlib2.py +++ b/lib/rapi/rlib2.py @@ -364,7 +364,7 @@ class R_2_instances_name_tags(baserlib.R_Generic): """ return baserlib._Tags_PUT(constants.TAG_INSTANCE, - self.post_data, name=self.items[0]) + self.req.request_post_data, name=self.items[0]) def DELETE(self): """Delete a tag. -- GitLab