Revision: 27350
          http://sourceforge.net/p/bibdesk/svn/27350
Author:   hofman
Date:     2022-04-04 08:55:07 +0000 (Mon, 04 Apr 2022)
Log Message:
-----------
Assign local variable to avoid warning

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2022-04-04 08:33:27 UTC (rev 27349)
+++ trunk/bibdesk/build_release.py      2022-04-04 08:55:07 UTC (rev 27350)
@@ -529,6 +529,7 @@
     out = os.path.join(os.getenv("HOME"), "Desktop")
     archive = ""
     version = ""
+    opts = []
     
     try:
         opts, args = getopt.getopt(sys.argv[1:], "s:n:o:a:v:", ["sign=", 
"notarize=", "out=", "archive=", "version="])

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