Fix reading inp bug
This commit is contained in:
@@ -199,7 +199,7 @@ def inp_in_reaction(section: list[str]) -> ChangeSet:
|
||||
elif token0 == 'TANK':
|
||||
tank = tokens[1]
|
||||
value = tokens[2]
|
||||
cs.append(g_update_prefix | { 'type' : 'pipe_reaction', 'tank' : tank, 'value': value })
|
||||
cs.append(g_update_prefix | { 'type' : 'tank_reaction', 'tank' : tank, 'value': value })
|
||||
|
||||
else:
|
||||
line = s.upper().strip()
|
||||
|
||||
Reference in New Issue
Block a user