From 0175fcaf7df4e5e1a992d78dd830866dd142660d Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 25 Sep 2009 13:57:14 -0700 Subject: Fixed minor typo in develop.py --- linden/indra/develop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/develop.py b/linden/indra/develop.py index 207a48b..85837ba 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py @@ -536,7 +536,7 @@ class WindowsSetup(PlatformSetup): gen = gen.lower() try: import _winreg - key_str = (r'SOFTWARE\Microsoft\VCEXpress\%s\Setup\VC' % + key_str = (r'SOFTWARE\Microsoft\VCExpress\%s\Setup\VC' % self.gens[gen]['ver']) value_str = (r'ProductDir') print ('Reading VS environment from HKEY_LOCAL_MACHINE\%s\%s' % -- cgit v1.1