Skip to content

stor.copy fails on windows #74

@pkaleta

Description

@pkaleta

cc @jtratner

This line fails https://github.com/counsyl/stor/blob/master/stor/utils.py#L377 when executing copy on a windows machine:

The problem is that on windows Path defaults to WindowsPath, which results in:

TypeError: unsupported operand type(s) for /: 'WindowsPath' and 'PosixPath'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions