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

Fix last_version keyword #591

Merged
merged 1 commit into from
Oct 8, 2023
Merged

Conversation

Beforerr
Copy link
Contributor

Debug: previous method when using last_version is not right (it returns the last file of multiple files). Need a temporary list to store data with multiple versions and only return the last version files.

Debug: previous method when using `last_version` is not right (it returns the last file of multiple files). Need a temporary list to store data with multiple versions and only return the last version files.
@Beforerr
Copy link
Contributor Author

Previous code only return list of one file. Now it return a list of all the latest version files.
image

@jameswilburlewis jameswilburlewis merged commit 9741a51 into spedas:master Oct 8, 2023
2 checks passed
@jameswilburlewis
Copy link
Contributor

Thanks for the bug report and 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

Successfully merging this pull request may close these issues.

2 participants