Loading parse_commands.py +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ if __name__ == '__main__': if not "pca" in cmd: outfile.write(cmd+'\n') bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt))$", cmd) bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt|.fer))$", cmd) if bts: outfile.write('$DIFF_BIN '+bts.group(1).replace(CUT_PATH + r'dut',REF_PATH + r'ref')+' '+bts.group(1)+'\n') outfile.write('\n') Loading Loading
parse_commands.py +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ if __name__ == '__main__': if not "pca" in cmd: outfile.write(cmd+'\n') bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt))$", cmd) bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt|.fer))$", cmd) if bts: outfile.write('$DIFF_BIN '+bts.group(1).replace(CUT_PATH + r'dut',REF_PATH + r'ref')+' '+bts.group(1)+'\n') outfile.write('\n') Loading