Don’t default to testing

This commit is contained in:
Alan Paxton 2022-03-21 15:13:38 +00:00
parent 1151eb849e
commit a21b0bf6d7

4
build_tools/circle_api_scraper.py Normal file → Executable file
View File

@ -519,8 +519,8 @@ def main():
help='File in which to save pickled report')
parser.add_argument('--tsvfile', default='build_tools/circle_api_scraper_input.txt',
help='File from which to read tsv report')
parser.add_argument('--testvalues', default=True,
help='Timeshift and test. prefix values')
parser.add_argument('--testvalues', default=False,
help='Use as test values; apply a timeshift and preprend "test." to the keys')
args = parser.parse_args()
if args.action == 'all':