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