Skip to content

A more robust way of joining path is needed. #361

Description

@lazyhope

There are some lines of code that join parent path to child path using string concatenation, this could create duplicate slash // as indicated in a50de51.
A more robust way using module functions such as pathlib.Path is needed to avoid generating illegal path. Moreover, it may be ideal to use pathlib module to handle every path modifications.

Metadata

Metadata

Assignees

No one assigned

    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