Skip to content

Commit

Permalink
Exclude new pfmx_ key, currently only for pfmx_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apizz committed Sep 4, 2023
1 parent 185a83b commit 66ad222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def process_subkeys(subkeys):
continue
if name.lower().startswith("pfc_"):
continue
if name.lower().startswith("pfmx_"):
continue

# Skip specific types
ignored_types = ("data",)
Expand Down

0 comments on commit 66ad222

Please sign in to comment.