[Greater-commits] r3667 - in branches/3.0.0-all-models/GREAT-ER: . Greater/Modules

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 25 16:19:27 CEST 2011


Author: aheinecke
Date: 2011-07-25 16:19:26 +0200 (Mon, 25 Jul 2011)
New Revision: 3667

Modified:
   branches/3.0.0-all-models/GREAT-ER/
   branches/3.0.0-all-models/GREAT-ER/Greater/Modules/catchment.py
Log:
Merged revisions 403 via svnmerge from 
svn+ssh://wald.intevation.org/greater/trunk/GREAT-ER

........
  r403 | aheinecke | 2011-07-11 17:17:50 +0200 (Mon, 11 Jul 2011) | 2 lines
  
  Add terminating character to the utf in the cpg file
........



Property changes on: branches/3.0.0-all-models/GREAT-ER
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk/GREAT-ER:1-232,310,312-315,319,322,327,333,335,340-344,346-347,368,375,397-398,400
   + /trunk/GREAT-ER:1-232,310,312-315,319,322,327,333,335,340-344,346-347,368,375,397-398,400,403

Modified: branches/3.0.0-all-models/GREAT-ER/Greater/Modules/catchment.py
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/Greater/Modules/catchment.py	2011-07-25 14:18:33 UTC (rev 3666)
+++ branches/3.0.0-all-models/GREAT-ER/Greater/Modules/catchment.py	2011-07-25 14:19:26 UTC (rev 3667)
@@ -660,7 +660,7 @@
         if fname.endswith(".shp"):
             fptr = open(os.path.join(shapefile_dir,
                                      fname.replace(".shp", ".cpg")), "w")
-            fptr.write("UTF-8")
+            fptr.write("UTF-8\n")
             fptr.close()
 
     if pics_present:



More information about the Greater-commits mailing list