Skip to content

Commit

Permalink
[processing] Removed wrong method definition in ParameterTable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 17, 2014
1 parent 674fee7 commit 06fe244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/parameters/ParameterTable.py
Expand Up @@ -90,7 +90,7 @@ def getSafeExportedTable(self):
self.exported = self.value
return self.exported

def getFileFilter(self, alg):
def getFileFilter(self):
exts = ['csv', 'dbf']
for i in range(len(exts)):
exts[i] = exts[i].upper() + ' files(*.' + exts[i].lower() + ')'
Expand Down

0 comments on commit 06fe244

Please sign in to comment.