Revision: 28760
          http://sourceforge.net/p/bibdesk/svn/28760
Author:   hofman
Date:     2024-02-17 17:36:43 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
add closing double-quote

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-17 17:31:35 UTC (rev 28759)
+++ trunk/bibdesk/build_release.py      2024-02-17 17:36:43 UTC (rev 28760)
@@ -403,7 +403,7 @@
     signatureAndSize = ed_task.communicate()[0].decode("ascii").strip()
     
     if not signatureAndSize.startswith("sparkle:edSignature="):
-        signatureAndSize = "length=\"" + str(os.stat(archive_path)[ST_SIZE])
+        signatureAndSize = "length=\"" + str(os.stat(archive_path)[ST_SIZE]) + 
"\""
         
     dsaKey = keyFromSecureNote()
     

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