Skip to content
Snippets Groups Projects
Commit 8530ca0b authored by JJ Linden's avatar JJ Linden
Browse files

fix for formatting issue

parent bfd7878d
No related branches found
No related tags found
No related merge requests found
...@@ -897,7 +897,7 @@ def package_finish(self): ...@@ -897,7 +897,7 @@ def package_finish(self):
else: else:
print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" print >> sys.stderr, "Maximum codesign attempts exceeded; giving up"
raise 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']) imagename="SecondLife_" + '_'.join(self.args['version'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment