Project/Project.py

branch
5_3_x
changeset 2539
05a2752b476c
parent 2522
250b92d6f3f9
child 2627
0a519a18d691
--- a/Project/Project.py	Mon Mar 25 10:11:01 2013 +0100
+++ b/Project/Project.py	Mon Mar 25 10:29:59 2013 +0100
@@ -4249,7 +4249,7 @@
                 newline = self.getEolString()
             pkglistFile = open(pkglist, "w", encoding="utf-8", newline=newline)
             pkglistFile.write("\n".join(lst))
-            pkglistFile.write("\n") # ensure the file ends with an empty line
+            pkglistFile.write("\n")  # ensure the file ends with an empty line
             pkglistFile.close()
         except IOError as why:
             E5MessageBox.critical(self.ui,

eric ide

mercurial