X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fviews%2Froute.py;h=97764583b253df31fc08c970d75cb24d137de1c3;hb=refs%2Fchanges%2F37%2F9937%2F1;hp=e74033373e2b32869d18b3d2c47e875c8fe9dcbb;hpb=9fbae704295a4114e289ae95e0e4b0613053d051;p=pti%2Fo2.git diff --git a/o2common/views/route.py b/o2common/views/route.py index e740333..9776458 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).strip(' ()') + default_selector = str(mask).strip(' {}') self.__update_selector_value(selector, default_selector, val)