Skip to content

Commit

Permalink
[processing] fixed OutputFile constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 21, 2014
1 parent 293ac60 commit 28659b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/outputs/OutputFile.py
Expand Up @@ -31,8 +31,7 @@
class OutputFile(Output):

def __init__(self, name='', description='', ext = None):
self.name = name
self.description = description
Output.__init__(self, name, description)
self.ext = ext

def getFileFilter(self, alg):
Expand Down

0 comments on commit 28659b6

Please sign in to comment.