Skip to content
Snippets Groups Projects
Commit 6bd28e5e authored by Leroy Rügemer's avatar Leroy Rügemer
Browse files

comment fix

parent 0b4c7470
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def get_workspaces(environ):
env_name = 'CMAKE_PREFIX_PATH'
value = environ[env_name] if env_name in environ else ''
paths = [path for path in value.split(os.pathsep) if path]
# remove non-workspace paths
# dont remove non-workspace paths
workspaces = [path.replace(' ', '\ ') for path in paths]
return workspaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment