Skip to content

Commit 99d74a5

Browse files
committed
fix
1 parent 0c7c572 commit 99d74a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request_executor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ InferResponseComplete(
181181
} else {
182182
throw PythonBackendException(
183183
(std::string("Unsupported parameter type for parameter '") +
184-
name + "'."))
184+
name + "'."));
185185
}
186186
}
187187

0 commit comments

Comments
 (0)