Revision: 28739
          http://sourceforge.net/p/bibdesk/svn/28739
Author:   hofman
Date:     2024-02-15 10:21:55 +0000 (Thu, 15 Feb 2024)
Log Message:
-----------
fix typo in build script

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-15 10:03:06 UTC (rev 28738)
+++ trunk/bibdesk/build_release.py      2024-02-15 10:21:55 UTC (rev 28739)
@@ -387,7 +387,7 @@
     key = ""
 
     if start != -1 and stop != -1:
-        end += len(stopString)
+        stop += len(stopString)
         key = pwoutput[start:stop]
         
         # replace RTF end-of-lines

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