Skip to content

Commit

Permalink
[processing] Fix exception when browsing for folder in processing
Browse files Browse the repository at this point in the history
options for multiple folder settings
  • Loading branch information
nyalldawson committed Jun 11, 2018
1 parent b7502b8 commit 4e084b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -513,6 +513,8 @@ def select(self):
text = self.lineEdit.text()
if text != '':
items = text.split(';')
else:
items = []

dlg = DirectorySelectorDialog(None, items)
if dlg.exec_():
Expand Down

0 comments on commit 4e084b6

Please sign in to comment.