Fix parallelizer's progressdialog usage
This commit is contained in:
parent
e16948dbeb
commit
4752b77792
@ -101,7 +101,10 @@ class Parallelize(object):
|
|||||||
|
|
||||||
else: ## parent
|
else: ## parent
|
||||||
if self.showProgress:
|
if self.showProgress:
|
||||||
self.progressDlg.__exit__(None, None, None)
|
try:
|
||||||
|
self.progressDlg.__exit__(None, None, None)
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
def runSerial(self):
|
def runSerial(self):
|
||||||
if self.showProgress:
|
if self.showProgress:
|
||||||
|
Loading…
Reference in New Issue
Block a user