in gen_arranger_input.py [0:0]
def clean(x): return x.replace("\n", "").replace("\r", "").replace("\t", " ").strip()