Revision: 14247
          http://sourceforge.net/p/skim-app/code/14247
Author:   hofman
Date:     2024-05-23 14:44:29 +0000 (Thu, 23 May 2024)
Log Message:
-----------
clean up build script

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

Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2024-05-23 13:31:47 UTC (rev 14246)
+++ trunk/build_skim.py 2024-05-23 14:44:29 UTC (rev 14247)
@@ -149,7 +149,7 @@
     assert newVersion is not None, "unable to read old version from Info.plist"
     assert newVersionString is not None, "unable to read old version from 
Info.plist"
     
-    return newVersion, newVersionString , minimumSystemVersion
+    return newVersion, newVersionString, minimumSystemVersion
 
 def clean_and_build():
     
@@ -482,7 +482,7 @@
         appcastString = newItemString
         appcastName = "skim-" + newVersionString + ".xml"
     
-    appcastPath = os.path.join(outputPath , appcastName)
+    appcastPath = os.path.join(outputPath, appcastName)
     with open(appcastPath, "w", encoding="utf-8") as appcastFile:
         appcastFile.write(appcastString)
     
@@ -500,7 +500,7 @@
             readMe += "  *  " + item + "\n"
     
     # write the ReadMe file
-    readMePath = os.path.join(outputPath , "ReadMe-" + newVersionString + 
".txt")
+    readMePath = os.path.join(outputPath, "ReadMe-" + newVersionString + 
".txt")
     with open(readMePath, "w", encoding="utf-8") as readMeFile:
         readMeFile.write(readMe)
 

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