summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2022-03-28 16:45:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2022-03-28 16:45:22 -0400
commitae4f64eee717562c4dc207c0216bfdae80e23fa9 (patch)
tree2df752cd05a2ad5cd17dca44b6b0772a99f0649b /indra/newview
parenta379f754f3e6ce9f7c3c227cef9648c697fd55d2 (diff)
parentf17f5ff2725ad0c70cc2ff5f65eb76c2a224a83c (diff)
SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 6aafc07bc7..76160b73ba 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1335,7 +1335,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])