eric6/Project/AddDirectoryDialog.py

changeset 7265
0665c4d509c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
--- 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(),

eric ide

mercurial