diff options
| author | Brad Kittenbrink <brad@lindenlab.com> | 2022-03-09 16:50:23 -0800 | 
|---|---|---|
| committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-03-09 16:50:23 -0800 | 
| commit | dc7a24681b4f01b187ae686b628d98a4214a8ab1 (patch) | |
| tree | 8b3220608a152328f7810b34a6e7a594a5e22f3c /indra | |
| parent | 27b02cac65cd18d19e84298576936b480e0d3125 (diff) | |
| parent | 2cbc3e530f3a34aaf75e0b4d6f4a16aeadeb90d8 (diff) | |
Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into DRTVWR-550-mfa
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 1809b707ef..c9aa82f7d4 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1344,7 +1344,7 @@ class DarwinManifest(ViewerManifest):                              # 'err' goes out of scope                              sign_failed = err                      else: -                        print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" +                        print("Maximum codesign attempts exceeded; giving up", file=sys.stderr)                          raise sign_failed                      self.run_command(['spctl', '-a', '-texec', '-vvvv', app_in_dmg])                      self.run_command([self.src_path_of("installers/darwin/apple-notarize.sh"), app_in_dmg]) | 
