Fix build error
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user