diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-03-28 16:45:22 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-03-28 16:45:22 -0400 |
commit | ae4f64eee717562c4dc207c0216bfdae80e23fa9 (patch) | |
tree | 2df752cd05a2ad5cd17dca44b6b0772a99f0649b /indra/newview | |
parent | a379f754f3e6ce9f7c3c227cef9648c697fd55d2 (diff) | |
parent | f17f5ff2725ad0c70cc2ff5f65eb76c2a224a83c (diff) |
SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix.
Diffstat (limited to 'indra/newview')
-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 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]) |