Skip to content

Commit 67bc586

Browse files
committed
fix formatting
1 parent 5f99955 commit 67bc586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/algs/grass7/Grass7Algorithm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ def exportVectorLayer(self, grassName, fileName, layer=None, nocats=False, dataT
943943
outFormat,
944944
'layer={}'.format(layer) if layer else '',
945945
' dsco="{}"'.format(dsco) if dsco else '',
946-
' lco="{}"'.format(lco) if lco else ''
947-
, ' -c' if exportnocat else ''
946+
' lco="{}"'.format(lco) if lco else '',
947+
' -c' if exportnocat else ''
948948
)
949949
)
950950

0 commit comments

Comments
 (0)