Commit d77bc753 authored by norvell's avatar norvell
Browse files

Fix in parse_commands.py

parent 5ce34b4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')