Project/Project.py

changeset 5230
3f61c5e46116
parent 5225
b1ea0ba84ffc
child 5232
496d4857f690
--- a/Project/Project.py	Wed Oct 12 19:54:09 2016 +0200
+++ b/Project/Project.py	Thu Oct 13 18:53:26 2016 +0200
@@ -4748,7 +4748,7 @@
         
         # write the file
         try:
-            if self.pdata["EOL"][0] == 0:
+            if self.pdata["EOL"] == 0:
                 newline = None
             else:
                 newline = self.getEolString()

eric ide

mercurial