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

Workaround Path/XML string too long on Windows OS #73

Closed
wants to merge 2 commits into from

Conversation

Liam-Deacon
Copy link

Provides a workaround for #45 (and #52?) when attempting to input a long XML string into os.path.exists() function when on Windows OS.

For reference, the size of string must be ≥ 2^15 (or 32768) characters - at least on Windows 10 - to trigger the issue!

@coveralls
Copy link

coveralls commented Mar 8, 2020

Coverage Status

Coverage increased (+0.3%) to 35.185% when pulling 6c4e502 on Lightslayer:master into cd441fd on stchris:master.

@stchris
Copy link
Owner

stchris commented Jul 1, 2022

I want to address the "magic" aspect of detecting the input in #87

@stchris stchris closed this Jul 1, 2022
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.

None yet

3 participants