diff --git a/modules_poc/mod_scanner.py b/modules_poc/mod_scanner.py index 6a3e12a78ec..36a6101ab0d 100755 --- a/modules_poc/mod_scanner.py +++ b/modules_poc/mod_scanner.py @@ -69,7 +69,7 @@ with open(parent / "modules.yaml") as f: for glob in globs: lines.append(f"/{glob} @10gen/{mod}") if glob.endswith(".idl"): - lines.append(f"/{glob[:-4]} _gen.* @10gen/{mod}") + lines.append(f"/{glob[:-4]}_gen.* @10gen/{mod}") # If multiple rules match, later wins. So put rules with more # specificity later. For all of our current rules, longer means more # specific.