Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-08-04 18:13:09 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-08-04 18:30:21 +0300
commit5ab864149275cefd4b919b3fea689050f9377038 (patch)
tree1621808e83405bf401516ec5015db04db653545e
parent093e7f5cf917891f0d9306d55262ec9a8151e949 (diff)
Fix buildbot macOS packaging error after recent changes
-rwxr-xr-xbuild_files/buildbot/worker_bundle_dmg.py2
1 files changed, 1 insertions, 1 deletions
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