Skip to content

Commit

Permalink
Fixed a typo in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech.smigaj committed Aug 7, 2013
1 parent 93d84fa commit 47f190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/py_modules/mkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def create_symlinks(lib_dir, extension, mkl_dirs, mkl_libs):
fname = "lib"+l[2:]+extension
path = find_file_in_dirs(fname, mkl_dirs)
if not path:
raise Exception("MKL library '"+fname+"' not found in any"
raise Exception("MKL library '"+fname+"' not found in any "
"of these directories: '"+
"', '".join(mkl_dirs)+"'")
elif os.path.isfile(l):
Expand Down

0 comments on commit 47f190c

Please sign in to comment.