Revision: 27217
          http://sourceforge.net/p/bibdesk/svn/27217
Author:   hofman
Date:     2022-01-05 22:58:28 +0000 (Wed, 05 Jan 2022)
Log Message:
-----------
Use consistent quotes

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2022-01-05 20:34:59 UTC (rev 27216)
+++ trunk/bibdesk/build_release.py      2022-01-05 22:58:28 UTC (rev 27217)
@@ -131,7 +131,7 @@
         newVersion = ".".join(oldVersion)
     else if newVersion == "+++":
         oldVersion = infoPlist["CFBundleShortVersionString"].split(".")
-        oldVersion = [str(int(oldVersion[0]) + 1), '0']
+        oldVersion = [str(int(oldVersion[0]) + 1), "0"]
         newVersion = ".".join(oldVersion)
     infoPlist["CFBundleShortVersionString"] = newVersion
     plistlib.writePlist(infoPlist, SOURCE_PLIST_PATH)

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