Thu, 13 Oct 2016 18:53:26 +0200
Fixed a bug in the Project class.
Project/Project.py | file | annotate | diff | comparison | revisions |
diff -r 2251fc52c426 -r 3f61c5e46116 Project/Project.py --- 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()