We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're not using proper cross-platform filepaths; e.g.: https://github.com/redivis/redivis-python/blob/main/src/redivis/common/list_rows.py#L97
Probably just need to use a proper path library rather than string interpolation.
The text was updated successfully, but these errors were encountered:
Hello! I submitted a PR (#35) to hopefully address this issue. (I was trying to use the client on a Windows machine and ran into this same bug.)
Sorry, something went wrong.
Closed in #35, released in 0.12.5
0.12.5
No branches or pull requests
We're not using proper cross-platform filepaths; e.g.: https://github.com/redivis/redivis-python/blob/main/src/redivis/common/list_rows.py#L97
Probably just need to use a proper path library rather than string interpolation.
The text was updated successfully, but these errors were encountered: