From e70a91311f50c48c4f227ef6f56a7fc1da60d42a Mon Sep 17 00:00:00 2001 From: siana Date: Sat, 19 Mar 2011 14:17:37 +0100 Subject: [PATCH] don't botch Python syntax so badly --- indra/newview/viewer_manifest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 850ef4379..7451e3cdc 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -273,8 +273,11 @@ class WindowsManifest(ViewerManifest): try: if self.prefix("../../libraries/i686-win32/lib/release/msvcrt", dst=""): - self.path(*.dll) + self.path("*.dll") self.end_prefix() + except: + pass + # These need to be installed as a SxS assembly, currently a 'private' assembly. # See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx