Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] minor cosmetic change
  • Loading branch information
volaya committed Dec 20, 2013
1 parent cbcd28a commit 52c59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -349,7 +349,7 @@ def runAlgorithm(algOrName, onFinish, *args):
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))

progress = SilentProgress()
if not interface.iface == None :
if interface.iface is not None :
progress = MessageBarProgress()
ret = UnthreadedAlgorithmExecutor.runalg(alg, progress)
if onFinish is not None and ret:
Expand Down

0 comments on commit 52c59da

Please sign in to comment.