Skip to content
Permalink
Browse files
Update ClipData.py
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.
@@ -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
@@ -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.