Skip to content

Commit

Permalink
Fix #8034. Sextante SIP update
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 11, 2013
1 parent 3e7fb5c commit a6f9f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/OutputSelectionPanel.py
Expand Up @@ -89,7 +89,7 @@ def saveToFile(self):
files = fileDialog.selectedFiles()
encoding = unicode(fileDialog.encoding())
self.output.encoding = encoding
filename= unicode(files.first())
filename = unicode(files[0])
self.text.setText(filename)
settings.setValue("/SextanteQGIS/LastOutputPath", os.path.dirname(filename))
settings.setValue("/SextanteQGIS/encoding", encoding)
Expand Down

0 comments on commit a6f9f56

Please sign in to comment.