Skip to content

Commit 5ff0f5a

Browse files
committed
fix: Server failed to create output
1 parent 717620f commit 5ff0f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experiments/dsp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def single_proof_search_dsp_lean(
273273
try:
274274
server = server_func()
275275
except Exception as e:
276-
print(colored("Failed to create server: {e}", "red"))
276+
print(colored(f"Failed to create server: {e}", "red"))
277277
return DatumResult(
278278
name=str(datum),
279279
error=str(e),

0 commit comments

Comments
 (0)