X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=mudpy%2Fdata.py;h=4c859153e0e136ad8e72aee3566e17535293973b;hb=faf8c4653aa2b1e184545aef15b5ba192dd78d03;hp=99e6d21b8fe3c014b37934216192a3191244daa5;hpb=ccabf1c36488ef0f0a3107f99e9bd43c3b307216;p=mudpy.git diff --git a/mudpy/data.py b/mudpy/data.py index 99e6d21..4c85915 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) @@ -273,6 +275,4 @@ def find_file( # and normalize it last thing before returning file_name = os.path.realpath(file_name) - - # normalize the resulting file path and hand it back return file_name