aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/signature/signature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/libshiboken/signature/signature.cpp')
-rw-r--r--sources/shiboken6/libshiboken/signature/signature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/libshiboken/signature/signature.cpp b/sources/shiboken6/libshiboken/signature/signature.cpp
index 05d3cad2d..5ebb83fbb 100644
--- a/sources/shiboken6/libshiboken/signature/signature.cpp
+++ b/sources/shiboken6/libshiboken/signature/signature.cpp
@@ -384,7 +384,7 @@ static int PySide_FinishSignatures(PyObject *module, const char *signatures[])
// was not yet run. But that is ok, because the first import is always for
// the shiboken module (or a test module).
if (pyside_globals->finish_import_func == nullptr) {
- assert(strncmp(name, "PySide2.", 8) != 0);
+ assert(strncmp(name, "PySide6.", 8) != 0);
return 0;
}
AutoDecRef ret(PyObject_CallFunction(