diff --git a/tools/rename_by_dimensions.py b/tools/rename_by_dimensions.py index a0ecac2d..ee6dab2e 100644 --- a/tools/rename_by_dimensions.py +++ b/tools/rename_by_dimensions.py @@ -7,7 +7,7 @@ import sys class Config: # --- Feature Flags --- - UPDATE_REFERENCES = False + UPDATE_REFERENCES = True # --- Path Setup --- BASE_DIR = Path(__file__).resolve().parent.parent