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

Check if given cache path makes sense #1

Closed
manusimidt opened this issue Jan 27, 2021 · 0 comments
Closed

Check if given cache path makes sense #1

manusimidt opened this issue Jan 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@manusimidt
Copy link
Owner

Describe the bug
A clear and concise description of what the bug is:

Not really a bug, but if the user forgets to add the / at the end of the cache path, the HttpCache will store the files in i.e: ./cachewww.sec.gov.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen:

Automatically append the / at the end of the cache path

Screenshots
If applicable, add screenshots to help explain your problem:

cache: HttpCache = HttpCache('./cache')
# should have the same effect as:
cache: HttpCache = HttpCache('./cache/')
@manusimidt manusimidt added the bug Something isn't working label Jan 27, 2021
@manusimidt manusimidt self-assigned this Jan 27, 2021
@manusimidt manusimidt added the enhancement New feature or request label Jan 27, 2021
@manusimidt manusimidt added this to the V1.0.0 milestone Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant