mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fix typo in ogrinfo process
This commit is contained in:
parent
06229c288c
commit
64e43f806a
@ -48,7 +48,7 @@ class OgrInfo(OgrAlgorithm):
|
||||
self.addOutput(OutputHTML(self.OUTPUT, self.tr('Layer information')))
|
||||
|
||||
def getConsoleCommands(self):
|
||||
arguments = ["orginfo"]
|
||||
arguments = ["ogrinfo"]
|
||||
arguments.append('-al')
|
||||
arguments.append('-so')
|
||||
layer = self.getParameterValue(self.INPUT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user