Fixed a code formatting issue.

Sun, 24 Sep 2017 11:26:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 24 Sep 2017 11:26:51 +0200
changeset 5879
cb3e20c44546
parent 5878
74d02cd37185
child 5880
6bd1c5e813c5

Fixed a code formatting issue.

Project/PropertiesDialog.py file | annotate | diff | comparison | revisions
--- a/Project/PropertiesDialog.py	Fri Sep 15 19:41:33 2017 +0200
+++ b/Project/PropertiesDialog.py	Sun Sep 24 11:26:51 2017 +0200
@@ -126,8 +126,7 @@
         
         self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(
             bool(self.dirPicker.text()) and
-            self.dirPicker.text() not in
-            self.__initPaths)
+            self.dirPicker.text() not in self.__initPaths)
     
     @pyqtSlot(str)
     def on_languageComboBox_currentIndexChanged(self, language):

eric ide

mercurial