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: get_stats_ records() helper to handle input files with embedded spaces #2296

Merged
merged 3 commits into from
Nov 17, 2024

Conversation

jqnatividad
Copy link
Owner

so we don't inadvertently separate on embedded spaces in a file path.

Also removed the unnecessary saving of one thread as get_stats_records is not async

fixes #2294

… in util::get_stats_records

so we don't inadvertently separate on embedded spaces in a file path.

Also removed the unnecessary saving of one thread as get_stats_records is not async

fixes #2294
@jqnatividad jqnatividad merged commit b28ec29 into master Nov 17, 2024
15 checks passed
@jqnatividad jqnatividad deleted the 2294-fix_get_stats_records branch November 17, 2024 22:55
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.

stats: does not handle directories with embedded spaces correctly when creating stats cache files
1 participant