Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #189: bug with download_pandoc() affecting Windows. #195

Merged
merged 1 commit into from
Jul 2, 2021
Merged

Fix #189: bug with download_pandoc() affecting Windows. #195

merged 1 commit into from
Jul 2, 2021

Conversation

jwidner
Copy link
Contributor

@jwidner jwidner commented Jun 23, 2020

Make the code that finds the installer less platform dependent by using the os.path module.
Closes: #189

I confirmed the bug, and then tested the fix on Windows, and it seems to work.

Make the code that finds the installer less platform dependent by using
os.path.join.
@JessicaTegner
Copy link
Owner

hi @jwidner
Can you pull the latest commits in from the master branch, and then check if:

  1. The bug is still there, and
  2. if your code fixes it?

Thanks :)

@JessicaTegner JessicaTegner added this to the 1.6 milestone Jul 2, 2021
@JessicaTegner JessicaTegner merged commit 5e8ed50 into JessicaTegner:master Jul 2, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using pypandoc.download_pandoc() on windows
2 participants