mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Trim first child log
This commit is contained in:
parent
de0f5cf87c
commit
ae766b0d69
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user