fix of new coparun signature in write_value

This commit is contained in:
Nicolas Kruse 2025-12-19 16:18:47 +01:00
parent c2e10ec0cb
commit 83e74a8ae9
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class Target():
raise ValueError(f"Unsupported value type: {var_type}")
dw.write_com(binw.Command.END_COM)
assert coparun(dw.get_data()) > 0
assert coparun(self._context, dw.get_data()) > 0
def read_value_remote(self, net: Net) -> None:
"""Reads the raw data of a value by the runner."""