Revision: 14051
          http://sourceforge.net/p/skim-app/code/14051
Author:   hofman
Date:     2024-02-17 17:36:26 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
add closing double-quote

Modified Paths:
--------------
    trunk/build_skim.py

Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2024-02-17 17:32:28 UTC (rev 14050)
+++ trunk/build_skim.py 2024-02-17 17:36:26 UTC (rev 14051)
@@ -397,7 +397,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.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to