summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2014-11-10 16:48:09 -0500
committerNat Goodspeed <nat@lindenlab.com>2014-11-10 16:48:09 -0500
commitcfc6e5b1b7c0ef8f8b0c374000b4ed5ec8365c6a (patch)
tree27619b21adebe007b871d74ece856a974d976dc9
parent4a329b391992af09116dc04b54daced3c50d4cba (diff)
Fix typo in new viewer_manifest.py codesigning logic.
'raisef' is not a Python statement.
-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 4d500b7ab7..a2039b4528 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -983,7 +983,7 @@ class Darwin_i386_Manifest(ViewerManifest):
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'])