[lldb] Fix build after d5a62b78b8

I renamed something but forgot to update the uses of it. Minor thinko.
This commit is contained in:
Alex Langford
2023-09-19 10:55:46 -07:00
parent 6bab400835
commit f1097e88d2

View File

@@ -2442,7 +2442,7 @@ ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName(
return {};
PythonString type_name(PyRefType::Borrowed, py_return.get());
return ConstString(py_string.GetString());
return ConstString(type_name.GetString());
}
bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword(