Skip to content

Commit 8163fa1

Browse files
committed
Fix git rebase accident.
1 parent 813bc83 commit 8163fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/cast.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ class unpacking_collector_rvpp {
16771677
}
16781678
if (!a.value) {
16791679
#if !defined(PYBIND11_DETAILED_ERROR_MESSAGES)
1680-
throw cast_error_unable_to_convert_call_arg();
1680+
throw cast_error_unable_to_convert_call_arg(a.name);
16811681
#else
16821682
throw cast_error_unable_to_convert_call_arg(a.name, a.type);
16831683
#endif

0 commit comments

Comments
 (0)