X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Fsvg%2Fo_cu_up.py;h=2a7b29f894ae51fc8b35a99889cff0d5fadfe566;hb=9f72519fb578b452a159afd651061a92ac805430;hp=f95663800febe05c395c61e8c3c5333b638ce619;hpb=6100ae260dc756f41cebbecda9fc37560e857682;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/svg/o_cu_up.py b/code/network-topology-instance-generator/model/python/svg/o_cu_up.py index f956638..2a7b29f 100644 --- a/code/network-topology-instance-generator/model/python/svg/o_cu_up.py +++ b/code/network-topology-instance-generator/model/python/svg/o_cu_up.py @@ -31,5 +31,5 @@ class OCuUp(Node): :return Width in pixel """ self.__width = max(2, len(self.tapi_object().data()[ - 'owned-node-edge-point'])+1)*ConnectionEdgePoint.width(self) + 'owned-node-edge-point'])+0)*ConnectionEdgePoint.width(self) return self.__width