From: Tony Mack Date: Mon, 6 Aug 2012 04:30:57 +0000 (-0400) Subject: normalize in init X-Git-Tag: sfa-2.1-14~59 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=fbe10561dd06f17f301ed71da69918654b91e8c6 normalize in init --- diff --git a/sfa/util/xrn.py b/sfa/util/xrn.py index 2791e8bc..8264f0ab 100644 --- a/sfa/util/xrn.py +++ b/sfa/util/xrn.py @@ -131,6 +131,7 @@ class Xrn: self.hrn=xrn self.type=type self.hrn_to_urn() + self._normalize() # happens all the time .. # if not type: # debug_logger.debug("type-less Xrn's are not safe")