X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fviews%2Froute.py;h=e74033373e2b32869d18b3d2c47e875c8fe9dcbb;hb=9fbae704295a4114e289ae95e0e4b0613053d051;hp=868ff706ac7384797dcddb487360ca4b9d63af67;hpb=db48d49ba430e340e2c6e79543442262bd480c7c;p=pti%2Fo2.git diff --git a/o2common/views/route.py b/o2common/views/route.py index 868ff70..e740333 100644 --- a/o2common/views/route.py +++ b/o2common/views/route.py @@ -232,5 +232,5 @@ class o2_marshal_with(marshal_with): for s in selector_all: selector[s] = val return - default_selector = str(mask).split('()') + default_selector = str(mask).strip(' ()') self.__update_selector_value(selector, default_selector, val)