Skip to content

Commit

Permalink
Update ClipData.py
Browse files Browse the repository at this point in the history
subprocess lines deleted because obsolete
  • Loading branch information
spono committed Nov 27, 2015
1 parent 6bb94e0 commit c622457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/lidar/fusion/ClipData.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 ParameterExtent
Expand Down Expand Up @@ -90,5 +89,3 @@ def processAlgorithm(self, progress):
commands.append(extent[1])
commands.append(extent[3])
FusionUtils.runFusion(commands, progress)
p = subprocess.Popen(commands, shell=True)
p.wait()

0 comments on commit c622457

Please sign in to comment.