This commit is contained in:
Axel Kohlmeyer
2024-09-01 08:36:50 -04:00
parent 6aa6ed86be
commit 14dc326160

View File

@ -982,7 +982,7 @@ if __name__ == "__main__":
if len(input_list) > quick_max:
input_list = random.sample(input_list, quick_max)
msq += "\nTesting " + str(quick_max) + " randomly selected inputs"
msg += "\nTesting " + str(quick_max) + " randomly selected inputs"
print(msg)
logger.info(msg)