Vyacheslav A
Results
1
comments of
Vyacheslav A
maybe we need to add a call code somewhere ```python def preprocess_mib(file_path): with open(file_path, "r") as file: content = file.read() # change multiline to oneline content = re.sub(r'"\s*\n\s*"', " ",...