Revision: 28753
          http://sourceforge.net/p/bibdesk/svn/28753
Author:   hofman
Date:     2024-02-17 00:07:11 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
fix release notes parsing in build script

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-16 23:32:17 UTC (rev 28752)
+++ trunk/bibdesk/build_release.py      2024-02-17 00:07:11 UTC (rev 28753)
@@ -306,7 +306,7 @@
     
     changeString = "Changes since "
     endLineString = "\\\n"
-    itemString = "{\\listtext\\t\\uc0\\u8226 \t}"
+    itemString = "{\\listtext\t\\uc0\\u8226 \t}"
     noteString1 = "Note:\n\\f3\\b0\\fs24 \\cf0 "
     noteString2 = "NOTE:\n\\f3\\b0\\fs24 \\cf0 "
     noteString3 = "Note:  "
@@ -367,7 +367,7 @@
                 if start != -1:
                     start += len(noteString4)
     if start != -1:
-        end = relNotes.find("\n", start, endNote)
+        end = relNotes.find("\\\n", start, endNote)
         if end > start:
             note = relNotes[start:end].strip()
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to