fix: DSP output
This commit is contained in:
parent
2aa5fb2a3d
commit
ffacb67a03
|
@ -273,7 +273,7 @@ def single_proof_search_dsp_lean(
|
||||||
try:
|
try:
|
||||||
server = server_func()
|
server = server_func()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(colored("Failed to create server: {e}", "red"))
|
print(colored(f"Failed to create server: {e}", "red"))
|
||||||
return DatumResult(
|
return DatumResult(
|
||||||
name=str(datum),
|
name=str(datum),
|
||||||
error=str(e),
|
error=str(e),
|
||||||
|
|
Loading…
Reference in New Issue