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

@@ -158,7 +158,7 @@ def inp_in_junction(line: str, demand_outside: bool) -> str:
if demand != None and demand_outside == False:
sql += f"insert into demands (junction, demand, pattern) values ('{id}', {demand}, {pattern});"
return sql
return str(sql)
def inp_out_junction(name: str) -> list[str]: