summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-01-09 11:08:16 -0800
committerdolphin <dolphin@lindenlab.com>2014-01-09 11:08:16 -0800
commitab336916f4c16f70a4746767fe0f1fe4487a1755 (patch)
tree3b43a193bcfd273c33b390dbbf7a7edaacb811a9 /indra/newview/viewer_manifest.py
parentae4103a77c362894122c795a5d80d09cb961ffe3 (diff)
parentd8a81b240e828a8ab27709fb11038a4b5c4d5428 (diff)
Merge with 3.6.13
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 9e8623c1f9..9a617c2a13 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -136,13 +136,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")