Skip to content

Fix for Issue #268: Windows-specific failure due to file locking#277

Open
moritz-baumgart wants to merge 1 commit intoc0fec0de:mainfrom
moritz-baumgart:fix/268-to_picture-permission-error
Open

Fix for Issue #268: Windows-specific failure due to file locking#277
moritz-baumgart wants to merge 1 commit intoc0fec0de:mainfrom
moritz-baumgart:fix/268-to_picture-permission-error

Conversation

@moritz-baumgart
Copy link

@moritz-baumgart moritz-baumgart commented Sep 15, 2025

This PR addresses #268, which occurs on Windows systems due to how Windows handles file locking. Specifically, the issue arises because Windows locks the dotfile while it is still open, causing the related test case to fail.

The test in question (test_dotexport.py, lines 56–69) passes successfully under WSL (and likely other UNIX-like envorinments, but I did not test that right now), but fails on native Windows setups.

I've implemented the fix suggested by @jhaerig in the issue thread, which resolves the failure on my Windows machine.

@moritz-baumgart moritz-baumgart changed the title fix #268 Fix for Issue #268: Windows-specific failure due to file locking Sep 15, 2025
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.

1 participant