Skip to content

Add join_path_var function - #5228

Open
Flamefire wants to merge 2 commits into
easybuilders:developfrom
Flamefire:join-path-var
Open

Add join_path_var function#5228
Flamefire wants to merge 2 commits into
easybuilders:developfrom
Flamefire:join-path-var

Conversation

@Flamefire

Copy link
Copy Markdown
Contributor

os.pathsep.join is often used but there might be empty entries.
Those should usually be omitted as they can have different semantics
than expected. E.g. $PYTHONPATH treats those as $PWD.

I ran into this because of a build failure in TensorFlow and though this method should best be in framework

`os.pathsep.join` is often used but there might be empty entries.
Those should usually be omitted as they can have different semantics
than expected. E.g. `$PYTHONPATH` treats those as `$PWD`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants