Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stor.copy fails on windows #74

Open
pkaleta opened this issue Mar 27, 2018 · 1 comment
Open

stor.copy fails on windows #74

pkaleta opened this issue Mar 27, 2018 · 1 comment

Comments

@pkaleta
Copy link
Contributor

pkaleta commented Mar 27, 2018

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'
@jtratner
Copy link
Collaborator

jtratner commented Apr 6, 2020

Still needs fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants