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 logging in multi-threaded conversion #1627

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

heinezen
Copy link
Member

@heinezen heinezen commented Feb 22, 2024

Fixes a race condition where the converter tries to log the file info before it has been created.

There was also an issue with getting the file size because the previous method relied on resolving the native path which should be resolved now.

I don't think this fixes the original issue of #1624 but we are getting there.

@heinezen heinezen added lang: python Done in Python code area: assets Involved with assets (images, sounds, ...) bugfix Restores intended behavior labels Feb 22, 2024
@heinezen heinezen marked this pull request as ready for review February 22, 2024 23:22
@TheJJ TheJJ merged commit 781e731 into SFTtech:master Feb 23, 2024
13 checks passed
@heinezen heinezen deleted the fix/log_multithread branch February 23, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: assets Involved with assets (images, sounds, ...) bugfix Restores intended behavior lang: python Done in Python code
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants