Default to no processing in replace_files.py

This commit is contained in:
Keith Edmunds 2022-08-22 16:07:44 +01:00
parent 6ce41d3314
commit 26358761e5

View File

@ -34,7 +34,7 @@ from typing import List
# ###################### SETTINGS #########################
process_multiple_matches = False
do_processing = True
do_processing = False
process_no_matches = False
# #########################################################