Fix typo
This commit is contained in:
@@ -109,7 +109,7 @@ def inp_in_status(section: list[str]) -> ChangeSet:
|
||||
return cs
|
||||
|
||||
|
||||
def inp_out_valve(name: str) -> list[str]:
|
||||
def inp_out_status(name: str) -> list[str]:
|
||||
lines = []
|
||||
objs = read_all(name, 'select * from status')
|
||||
for obj in objs:
|
||||
|
||||
Reference in New Issue
Block a user