We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3791ff8 commit dd8826fCopy full SHA for dd8826f
python/plugins/processing/algs/lidar/fusion/GroundFilter.py
@@ -26,7 +26,6 @@
26
__revision__ = '$Format:%H$'
27
28
import os
29
-import subprocess
30
from processing.core.parameters import ParameterBoolean
31
from processing.core.parameters import ParameterFile
32
from processing.core.parameters import ParameterNumber
@@ -72,5 +71,3 @@ def processAlgorithm(self, progress):
72
71
FusionUtils.createFileList(files)
73
commands.append(FusionUtils.tempFileListFilepath())
74
FusionUtils.runFusion(commands, progress)
75
- p = subprocess.Popen(commands, shell=True)
76
- p.wait()
0 commit comments