--- 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()