Commit 2b1ae872 authored by sumpfralle's avatar sumpfralle

fixed typo


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@593 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 2e835cd7
...@@ -59,7 +59,7 @@ def get_external_program_location(key): ...@@ -59,7 +59,7 @@ def get_external_program_location(key):
# no other options for non-windows systems # no other options for non-windows systems
return None return None
# scan the program directory # scan the program directory
for subdir in windows_program_directories[key]: for sub_dir in windows_program_directories[key]:
for basename in potential_names: for basename in potential_names:
location = os.path.join(program_dir, sub_dir, basename) location = os.path.join(program_dir, sub_dir, basename)
if os.path.isfile(location): if os.path.isfile(location):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment