Fixed a bug in the Project class.

Thu, 13 Oct 2016 18:53:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 13 Oct 2016 18:53:26 +0200
changeset 5230
3f61c5e46116
parent 5229
2251fc52c426
child 5231
42b6d31d207f

Fixed a bug in the Project class.

Project/Project.py file | annotate | diff | comparison | revisions
--- 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