Skip to content

Commit dd8826f

Browse files
committed
Update GroundFilter.py
1 parent 3791ff8 commit dd8826f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/plugins/processing/algs/lidar/fusion/GroundFilter.py

-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
__revision__ = '$Format:%H$'
2727

2828
import os
29-
import subprocess
3029
from processing.core.parameters import ParameterBoolean
3130
from processing.core.parameters import ParameterFile
3231
from processing.core.parameters import ParameterNumber
@@ -72,5 +71,3 @@ def processAlgorithm(self, progress):
7271
FusionUtils.createFileList(files)
7372
commands.append(FusionUtils.tempFileListFilepath())
7473
FusionUtils.runFusion(commands, progress)
75-
p = subprocess.Popen(commands, shell=True)
76-
p.wait()

0 commit comments

Comments
 (0)