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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:53:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-02-03 19:53:03 +0300
commit26ba7573e61e80de5f87967ba2e517972f689de7 (patch)
treeb64b9ee734ffd81e78fa137dffb27e6236fee13b /build_files/buildbot
parent3125cfceec35ef14374ae98f9a400e7a678287a2 (diff)
Codesign: Fix wrong logging message
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/codesign/macos_code_signer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/buildbot/codesign/macos_code_signer.py b/build_files/buildbot/codesign/macos_code_signer.py
index ce2bfb6d1b5..44677339afa 100644
--- a/build_files/buildbot/codesign/macos_code_signer.py
+++ b/build_files/buildbot/codesign/macos_code_signer.py
@@ -389,8 +389,7 @@ class MacOSCodeSigner(BaseCodeSigner):
Staple notarial label on the file
"""
- logger_server.info(
- 'Waiting for a result from the notarization office.')
+ logger_server.info('Stapling notarial stamp.')
command = ['xcrun', 'stapler', 'staple', '-v', file.absolute_filepath]
self.check_output_or_mock(command, util.Platform.MACOS)