diff -r bedbe458d792 -r 0665c4d509c9 eric6/Project/AddDirectoryDialog.py --- a/eric6/Project/AddDirectoryDialog.py Tue Sep 24 19:08:10 2019 +0200 +++ b/eric6/Project/AddDirectoryDialog.py Tue Sep 24 19:44:17 2019 +0200 @@ -121,8 +121,8 @@ the selected file type, the source and target directory and a flag indicating a recursive add """ - filetype = \ - self.filterComboBox.itemData(self.filterComboBox.currentIndex()) + filetype = self.filterComboBox.itemData( + self.filterComboBox.currentIndex()) return ( filetype, self.sourceDirPicker.text(),