Small change
This commit is contained in:
parent
a0b9060d25
commit
6ada97eaa8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue