Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

changeset 3037
a417a0670a36
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Sat Oct 19 15:15:50 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Sat Oct 19 16:14:07 2013 +0200
@@ -187,8 +187,8 @@
         
         while self.process.canReadLine():
             s = str(self.process.readLine(),
-                     Preferences.getSystem("IOEncoding"),
-                     'replace')
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
             if self.rx_path.exactMatch(s):
                 if self.lastProp:
                     self.__generateItem(
@@ -216,7 +216,7 @@
         if self.process is not None:
             self.errorGroup.show()
             s = str(self.process.readAllStandardError(),
-                     Preferences.getSystem("IOEncoding"),
-                     'replace')
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
             self.errors.insertPlainText(s)
             self.errors.ensureCursorVisible()

eric ide

mercurial