Skip to content

Ensure platform-independent path manipulation #30

@obo

Description

@obo

Almost all path manipulation operations use string concatenation and / as the directory delimiter.
This is wrong. os.path.join() should be used to build paths and similarly for path splitting.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions