mirror of https://github.com/Nonannet/copapy.git
without read
This commit is contained in:
parent
d2e831b83a
commit
a76b804106
|
|
@ -58,8 +58,8 @@ def test_compile():
|
||||||
# run program command
|
# run program command
|
||||||
il.write_com(binwrite.Command.RUN_PROG)
|
il.write_com(binwrite.Command.RUN_PROG)
|
||||||
|
|
||||||
for net in ret:
|
#for net in ret:
|
||||||
copapy.add_read_command(il, variables, net)
|
# copapy.add_read_command(il, variables, net)
|
||||||
|
|
||||||
il.write_com(binwrite.Command.END_COM)
|
il.write_com(binwrite.Command.END_COM)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue