mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Put break at correct level so *all* root HKEYs acutally get checked for
an installed VC6. Otherwise only the first such tree gets checked and this warning doesn't get displayed.
This commit is contained in:
parent
be635cd744
commit
e96b229d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ def get_msvc_paths(self, path, platform='x86'):
|
|||
"but the expected registry settings are not present.\n"
|
||||
"You must at least run the Visual Studio GUI once "
|
||||
"so that these entries are created.")
|
||||
break
|
||||
break
|
||||
return []
|
||||
|
||||
def set_path_env_var(self, name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue