diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py index 8120022e8b42f6d9851e9d66d9b51ff7432d0973..179000d3acc9289af029987ca4be22898c042c44 100644 --- a/pyopencl/__init__.py +++ b/pyopencl/__init__.py @@ -256,6 +256,7 @@ def _find_pyopencl_include_path(): raise # Quote the path if it contains a space and is not quoted already. + # See https://github.com/inducer/pyopencl/issues/250 for discussion. if ' ' in include_path and not include_path.startswith('"'): return '"' + include_path + '"' else: