mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
fix formatting
This commit is contained in:
parent
5f99955b45
commit
67bc586036
@ -943,8 +943,8 @@ class Grass7Algorithm(QgsProcessingAlgorithm):
|
|||||||
outFormat,
|
outFormat,
|
||||||
'layer={}'.format(layer) if layer else '',
|
'layer={}'.format(layer) if layer else '',
|
||||||
' dsco="{}"'.format(dsco) if dsco else '',
|
' dsco="{}"'.format(dsco) if dsco else '',
|
||||||
' lco="{}"'.format(lco) if lco else ''
|
' lco="{}"'.format(lco) if lco else '',
|
||||||
, ' -c' if exportnocat else ''
|
' -c' if exportnocat else ''
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user