Utilities/FtpUtilities.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3039
8dd0165d805d
child 3145
a9de05d4a22f
--- a/Utilities/FtpUtilities.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Utilities/FtpUtilities.py	Sun Nov 03 15:58:22 2013 +0100
@@ -65,7 +65,7 @@
         @return flag indicating to ignore the line (boolean)
         """
         return line.strip() == "" or \
-               line.strip().lower().startswith("total ")
+            line.strip().lower().startswith("total ")
     
     def __parseUnixMode(self, modeString, urlInfo):
         """
@@ -203,7 +203,7 @@
         @return URL info object containing the valid data (E5UrlInfo)
         """
         modeString, nlink, user, group, size, month, day, \
-          yearOrTime, name = self.__splitUnixLine(line)
+            yearOrTime, name = self.__splitUnixLine(line)
         
         if name in [".", ".."]:
             return None

eric ide

mercurial