From cfc6e5b1b7c0ef8f8b0c374000b4ed5ec8365c6a Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Mon, 10 Nov 2014 16:48:09 -0500 Subject: [PATCH] Fix typo in new viewer_manifest.py codesigning logic. 'raisef' is not a Python statement. --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4d500b7ab73..a2039b45283 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -983,7 +983,7 @@ def package_finish(self): sign_retry_wait*=2 else: print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" - raisef + raise self.run_command('spctl -a -texec -vv %(bundle)r' % { 'bundle': app_in_dmg }) imagename="SecondLife_" + '_'.join(self.args['version']) -- GitLab