Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3037
a417a0670a36
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py
--- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -193,8 +193,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(
@@ -222,7 +222,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