X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=mudpy%2Fdata.py;h=77b21422bf45c61606185cacbaba0b379288484f;hb=8d912c913308593d6fee719d491706832f1415ac;hp=99e6d21b8fe3c014b37934216192a3191244daa5;hpb=55687ca44e062ece698b387f5d7018f63e9aa796;p=mudpy.git diff --git a/mudpy/data.py b/mudpy/data.py index 99e6d21..77b2142 100644 --- a/mudpy/data.py +++ b/mudpy/data.py @@ -61,6 +61,8 @@ class Data: if included not in includes: includes.append(included) continue + if node.startswith("_"): + continue facet_pos = node.rfind(".") + 1 if not facet_pos: mudpy.misc.Element(node, self.universe, self, old_style=True)