[lldb] Fix build after d5a62b78b8
I renamed something but forgot to update the uses of it. Minor thinko.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user