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

64 inconsistency in parameters #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicoavn
Copy link

@nicoavn nicoavn commented Jan 6, 2023

Resolves #64
Most methods that call storage_prefix_path will also be decorated with @storage_args(), so if there's one storage_location set as default at the class level, it will get passed to these methods, but since this is also an static method and might get called from outside, we can handle that by just returning the file name.

… the filename alone. This would be an expected results of not specifying a storage location.
@nicoavn nicoavn self-assigned this Jan 6, 2023
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

Successfully merging this pull request may close these issues.

Inconsistency in parameters to storage_prefix_path
1 participant