fix formatting

This commit is contained in:
Alexander Bruy 2019-01-28 10:05:34 +02:00
parent 5f99955b45
commit 67bc586036

View File

@ -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 ''
)
)