Fix build error
This commit is contained in:
@@ -78,7 +78,7 @@ def inp_in_emitter(line: str) -> str:
|
||||
junction = str(tokens[0])
|
||||
coefficient = float(tokens[1])
|
||||
|
||||
return f"insert into emitters (junction, coefficient) values ('{junction}', {coefficient});"
|
||||
return str(f"insert into emitters (junction, coefficient) values ('{junction}', {coefficient});")
|
||||
|
||||
|
||||
def inp_out_emitter(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user