f"Warning: Mismatch in specified concatenation order and number of items to process!\nNumber of items specified in concatenation order: {n_concatenation_order}\nNumber of items in the directory: {n_items_list}\nConcatenation will use the following order:\n{cfg.concatenation_order}"
f"Warning: Mismatch in specified concatenation order and number of items to process!\n"
f"Number of items specified in concatenation order: {n_concatenation_order}\n"
f"Number of items in the directory: {n_items_list}\n"
f"Concatenation will use the following order:\n{cfg_pre2.concatenation_order}"
)
ifany([iforiincfg.items_listifi.suffix==".txt"]):
raiseSystemExit("Concatenation for text files is unsupported")
logger.info(f"Concatenating input files in directory {cfg.input_path}")