Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
alexbruy committed Jan 30, 2019
1 parent 5f99955 commit 67bc586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/grass7/Grass7Algorithm.py
Expand Up @@ -943,8 +943,8 @@ def exportVectorLayer(self, grassName, fileName, layer=None, nocats=False, dataT
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 ''
)
)

Expand Down

0 comments on commit 67bc586

Please sign in to comment.