one more fix (it is getting late...)

This commit is contained in:
Axel Kohlmeyer
2024-09-07 00:35:57 -04:00
parent fa5a3446c0
commit 57353566d6

View File

@ -1167,7 +1167,7 @@ if __name__ == "__main__":
print(msg)
logger.info(msg)
quit()
# divide the list of input scripts into num_workers chunks
sublists = divide_into_N(input_list, num_workers)