From 89e1e560eba5758b36ed626f284df9eb39d8ba01 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Fri, 22 Jun 2018 19:49:05 +0200 Subject: There's no status here, just classification --- pykolab/xml/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykolab/xml/event.py b/pykolab/xml/event.py index 9d1f9e6..102ebce 100644 --- a/pykolab/xml/event.py +++ b/pykolab/xml/event.py @@ -817,7 +817,7 @@ class Event(object): if classification in self.classification_map.keys(): self.event.setClassification(self.classification_map[classification]) elif classification in self.classification_map.values(): - self.event.setClassification(status) + self.event.setClassification(classification) else: raise ValueError, _("Invalid classification %r") % (classification) -- cgit v1.1