Skip to content

Commit 52c59da

Browse files
committed
[processing] minor cosmetic change
1 parent cbcd28a commit 52c59da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/core/Processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def runAlgorithm(algOrName, onFinish, *args):
349349
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
350350

351351
progress = SilentProgress()
352-
if not interface.iface == None :
352+
if interface.iface is not None :
353353
progress = MessageBarProgress()
354354
ret = UnthreadedAlgorithmExecutor.runalg(alg, progress)
355355
if onFinish is not None and ret:

0 commit comments

Comments
 (0)