diff options
| author | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:21:59 -0800 |
|---|---|---|
| committer | Baker Linden <baker@lindenlab.com> | 2014-02-06 16:21:59 -0800 |
| commit | c894c53449ee7ed096e3ecdcf5c1f32cecb392ba (patch) | |
| tree | 3d9705ec0c475bc3b252369ecdb0c0dfa2f0fba2 /indra/newview/viewer_manifest.py | |
| parent | 25d0a3e029cb68a14cc7c3417cc43cb3ffa90925 (diff) | |
| parent | d8a81b240e828a8ab27709fb11038a4b5c4d5428 (diff) | |
viewer-release merge
Diffstat (limited to 'indra/newview/viewer_manifest.py')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 12 |
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") |
