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

Fixed issue where spaces in name of PPTX would cause it not to be found #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

whalen-enterprises
Copy link

Hi There,

This is my very first pull request on GitHub so I'm sorry if I'm not doing it the right way! You can also ignore all additions / deletions / changes except for the changes to src/main/java/org/sikuli/slides/api/io/PPTXSlidesReader.java.

I had a problem where this version of Sikuli Slides couldn't handle a PPTX with a space in its path name. I traced the problem to the part of the code that I changed. It seems that the original code was trying to look for the path with the spaces escaped using URL character escaping. This of course is not valid for the local file system. I change the code so that if the PPTX is actually on the local file system the 'URL' will be unencoded.

I'd like to help out with further bug fixing and enhancements to Sikuli Slides, so if you have any tips / comments regarding how we can work together and how I can make better pull requests I look forward to hearing from you.

Regards,

Andrew

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