Skip to content

Commit

Permalink
[processing] fix initialization of GdalAlgorithmDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 10, 2017
1 parent 16384cf commit 47d46bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/GdalAlgorithmDialog.py
Expand Up @@ -36,7 +36,7 @@
class GdalAlgorithmDialog(AlgorithmDialog):

def __init__(self, alg):
AlgorithmDialogBase.__init__(self, alg)
AlgorithmDialog.__init__(self, alg)

self.alg = alg

Expand Down

0 comments on commit 47d46bb

Please sign in to comment.