mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Update GroundFilter.py
This commit is contained in:
parent
3791ff8173
commit
dd8826f372
@ -26,7 +26,6 @@ __copyright__ = '(C) 2012, Victor Olaya'
|
||||
__revision__ = '$Format:%H$'
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
from processing.core.parameters import ParameterBoolean
|
||||
from processing.core.parameters import ParameterFile
|
||||
from processing.core.parameters import ParameterNumber
|
||||
@ -72,5 +71,3 @@ class GroundFilter(FusionAlgorithm):
|
||||
FusionUtils.createFileList(files)
|
||||
commands.append(FusionUtils.tempFileListFilepath())
|
||||
FusionUtils.runFusion(commands, progress)
|
||||
p = subprocess.Popen(commands, shell=True)
|
||||
p.wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user