summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-15 11:11:53 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-15 11:11:53 -0800
commit38ead549a4c40bce12cddb64c6b44e1794ddde91 (patch)
tree2ea5a6fa9eeb58f9577c60ecf39fbf7d1ec37d76 /indra/newview/viewer_manifest.py
parent4b2e69d8e054134bea7216639effef90b51c3aae (diff)
parentd8a81b240e828a8ab27709fb11038a4b5c4d5428 (diff)
Pull merge from viewer-release
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 3a76773dde..6f811ecb6d 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -139,13 +139,11 @@ class ViewerManifest(LLManifest):
settings_install['CmdLineGridChoice']['Value'] = self.grid()
print "Set CmdLineGridChoice in settings_install.xml to '%s'" % self.grid()
- # did we actually copy anything into settings_install dict?
- if settings_install:
- # put_in_file(src=) need not be an actual pathname; it
- # only needs to be non-empty
- self.put_in_file(llsd.format_pretty_xml(settings_install),
- "settings_install.xml",
- src="environment")
+ # put_in_file(src=) need not be an actual pathname; it
+ # only needs to be non-empty
+ self.put_in_file(llsd.format_pretty_xml(settings_install),
+ "settings_install.xml",
+ src="environment")
self.end_prefix("app_settings")