553c553 < if not sourcefile and file[0] + file[-1] != '<>': --- > if not sourcefile and (not file or file[0] + file[-1] != '<>'):