Small change

This commit is contained in:
DazedAnon 2025-03-01 11:20:14 -06:00
parent a0b9060d25
commit 6ada97eaa8
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ CODE405 = True
CODE102 = True
# Optional
CODE101 = False # Turn this one when names exist in 101
CODE101 = False # Turn this one on when names exist in 101
CODE408 = False # Warning, translates comments and can inflate costs.
# Variables

View file

@ -17,7 +17,7 @@ def set_defaults(file_path):
'CODE405': 'True',
'CODE102': 'True',
# Optional
'CODE101': 'False # Turn this one when names exist in 101',
'CODE101': 'False # Turn this one on when names exist in 101',
'CODE408': 'False # Warning, translates comments and can inflate costs.',
# Variables
'CODE122': 'False',