diff --git a/osc/core.py b/osc/core.py index da5ee20a..bdd87046 100644 --- a/osc/core.py +++ b/osc/core.py @@ -2995,6 +2995,10 @@ class Request: def __lt__(self, other): return int(self.reqid) < int(other.reqid) + @property + def id(self): + return self.reqid + def read(self, root): """read in a request""" self._init_attributes()