Skip to content

Conversation

@aarushisingh04
Copy link

problem

the hardcoded /tmp/ path in the debug log file fails on windows systems where the temp directory is typically C:\Users\...\AppData\Local\Temp\.

i used python's tempfile.gettempdir() to get the platform-appropriate temporary directory. the verified implementation uses standard library approach and tempfile.gettempdir() is documented to work cross-platform in python docs

this fixes compatibility for windows users and uses python standard library best practices for cross-platform temp file handling.

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