-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding critical message when path exceed 200 characters #622
Adding critical message when path exceed 200 characters #622
Conversation
What does this fix? |
f380d49
to
b606de6
Compare
@m-kuhn Long path names for the export folder cause issues on Windows. This prevents the user from exporting the project to the specified folder if it exceeds 200 characters. |
b606de6
to
2c54dc4
Compare
Is there an issue report explaining these problems? |
2c54dc4
to
1df7643
Compare
Hey @suricactus, I addressed the suggestion and squashed to reduce the number of commits and to remove unneeded code! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you both!
Adding critical message when path exceed 200 characters.
Fixes #437