Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GroundFilter.py
  • Loading branch information
spono committed Nov 27, 2015
1 parent 3791ff8 commit dd8826f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/lidar/fusion/GroundFilter.py
Expand Up @@ -26,7 +26,6 @@
__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
Expand Down Expand Up @@ -72,5 +71,3 @@ def processAlgorithm(self, progress):
FusionUtils.createFileList(files)
commands.append(FusionUtils.tempFileListFilepath())
FusionUtils.runFusion(commands, progress)
p = subprocess.Popen(commands, shell=True)
p.wait()

0 comments on commit dd8826f

Please sign in to comment.