Fix build error

This commit is contained in:
wqy
2024-01-13 15:02:22 +08:00
parent 37f5210ab9
commit 44edeffad9
25 changed files with 43 additions and 40 deletions

View File

@@ -45,7 +45,7 @@ def set_control(name: str, cs: ChangeSet) -> ChangeSet:
def inp_in_control(line: str) -> str:
return f"insert into controls (line) values ('{line}');"
return str(f"insert into controls (line) values ('{line}');")
def inp_out_control(name: str) -> list[str]: