From ba921e35ab650c2ec00d2f2ac0798cf1b77a86e9 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 10 Apr 2025 15:04:02 -0700 Subject: [PATCH] Fix NamedObject issue --- misc/py_wrap_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py_wrap_generator.py b/misc/py_wrap_generator.py index 2cb23fdc0..5cf3b92ae 100644 --- a/misc/py_wrap_generator.py +++ b/misc/py_wrap_generator.py @@ -977,7 +977,7 @@ sources = [ WClass("IdString", link_types.ref_copy, None, "str()", ""), WClass("Const", link_types.ref_copy, None, "as_string()", ""), WClass("AttrObject", link_types.ref_copy, None, None, None), - # WClass("NamedObject", link_types.ref_copy, None, None, None), + WClass("NamedObject", link_types.ref_copy, None, None, None), WClass("Selection", link_types.ref_copy, None, None, None), WClass("Monitor", link_types.derive, None, None, None), WClass("CaseRule",link_types.ref_copy, None, None, None, True),