Revision: 28740
          http://sourceforge.net/p/bibdesk/svn/28740
Author:   hofman
Date:     2024-02-16 10:08:31 +0000 (Fri, 16 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:21:55 UTC (rev 28739)
+++ trunk/bibdesk/build_release.py      2024-02-16 10:08:31 UTC (rev 28740)
@@ -420,7 +420,7 @@
             b64_task = Popen(["/usr/bin/openssl", "enc", "-base64"], 
stdin=dss_task.stdout, stdout=PIPE)
         
             # now compute the variables we need for writing the new appcast
-            dsaSignature = b64_task.communicate()[0],decode("ascii").strip()
+            dsaSignature = b64_task.communicate()[0].decode("ascii").strip()
             if dsaSignature != "":
                 signatureAndSize = "sparkle:dsaSignature=\"" + dsaSignature + 
"\" " + signatureAndSize
     

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