Revision: 28476
          http://sourceforge.net/p/bibdesk/svn/28476
Author:   hofman
Date:     2023-12-22 17:01:28 +0000 (Fri, 22 Dec 2023)
Log Message:
-----------
copy string to end of search string

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2023-12-22 16:57:39 UTC (rev 28475)
+++ trunk/bibdesk/build_release.py      2023-12-22 17:01:28 UTC (rev 28476)
@@ -389,7 +389,8 @@
     key = ""
 
     if start != -1 and stop != -1:
-        key = pwoutput[start:stop] + stopString
+        end += len(stopString)
+        key = pwoutput[start:stop]
         
         # replace RTF end-of-lines
         key = key.replace("\\134\\012", "\n")

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to