Thu, 13 Oct 2016 18:53:26 +0200
Fixed a bug in the Project class.
--- 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()