Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
alexbruy authored and wonder-sk committed May 2, 2023
1 parent a17f598 commit d0e0779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/processing/qgsprocessingparameters.cpp
Expand Up @@ -5371,6 +5371,10 @@ QString QgsProcessingParameterExpression::asPythonString( const QgsProcessing::P
{
code += QStringLiteral( ", type=Qgis.ExpressionType.PointCloud)" );
}
else
{
code += QStringLiteral( ")" );
}
return code;
}
}
Expand Down

0 comments on commit d0e0779

Please sign in to comment.