Commit: 5ab864149275cefd4b919b3fea689050f9377038
Author: Brecht Van Lommel
Date:   Tue Aug 4 17:13:09 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB5ab864149275cefd4b919b3fea689050f9377038

Fix buildbot macOS packaging error after recent changes

===================================================================

M       build_files/buildbot/worker_bundle_dmg.py

===================================================================

diff --git a/build_files/buildbot/worker_bundle_dmg.py 
b/build_files/buildbot/worker_bundle_dmg.py
index 31e10d51610..56e0d7da88e 100755
--- a/build_files/buildbot/worker_bundle_dmg.py
+++ b/build_files/buildbot/worker_bundle_dmg.py
@@ -84,7 +84,7 @@ def create_argument_parser():
              "If not provided default Blender's one is used.")
     parser.add_argument(
         '--codesign',
-        action="store_true"
+        action="store_true",
         help="Code sign and notarize DMG contents.")
     return parser

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to