Revision: 12820 http://sourceforge.net/p/skim-app/code/12820 Author: hofman Date: 2022-04-04 08:55:42 +0000 (Mon, 04 Apr 2022) Log Message: ----------- Assign local variable to avoid warning
Modified Paths: -------------- trunk/build_skim.py Modified: trunk/build_skim.py =================================================================== --- trunk/build_skim.py 2022-03-24 10:16:12 UTC (rev 12819) +++ trunk/build_skim.py 2022-04-04 08:55:42 UTC (rev 12820) @@ -497,6 +497,7 @@ archive = "" version = "" test = False + opts = [] try: opts, args = getopt.getopt(sys.argv[1:], "s:n:o:a:v:t", ["sign=", "notarize=", "out=", "archive=", "version=", "test"]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit