Trim first child log

This commit is contained in:
Nyall Dawson 2024-04-19 13:17:24 +10:00
parent de0f5cf87c
commit ae766b0d69

View File

@ -326,7 +326,7 @@ QVariantMap QgsProcessingModelAlgorithm::processAlgorithm( const QVariantMap &pa
QVariantMap finalResults;
QSet< QString > executed;
bool executedAlg = true;
int previousHtmlLogLength = 0;
int previousHtmlLogLength = feedback->htmlLog().length();
while ( executedAlg && executed.count() < toExecute.count() )
{
executedAlg = false;