diff options
author | JJ Linden <jj@lindenlab.com> | 2014-10-28 18:31:07 -0700 |
---|---|---|
committer | JJ Linden <jj@lindenlab.com> | 2014-10-28 18:31:07 -0700 |
commit | 8530ca0b3dcb877655106453597c81d37cd91a36 (patch) | |
tree | 96773567ecce231d550c2075d431c27640bac28f /indra/newview/viewer_manifest.py | |
parent | bfd7878d9aeb4b18b8e57d5c3b96ac050854c884 (diff) |
fix for formatting issue
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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 7c16c1f43e..043b345cbf 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -897,7 +897,7 @@ class Darwin_i386_Manifest(ViewerManifest): else: print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" raise - self.run_command('spctl -a -texec -vv %(bundle)r' % self.get_dst_prefix()) + self.run_command('spctl -a -texec -vv %(bundle)r' % { 'bundle': self.get_dst_prefix() }) imagename="SecondLife_" + '_'.join(self.args['version']) |