Default to no processing in replace_files.py
This commit is contained in:
parent
6ce41d3314
commit
26358761e5
@ -34,7 +34,7 @@ from typing import List
|
||||
|
||||
# ###################### SETTINGS #########################
|
||||
process_multiple_matches = False
|
||||
do_processing = True
|
||||
do_processing = False
|
||||
process_no_matches = False
|
||||
# #########################################################
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user