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

Fix version comparison #182

Merged
merged 1 commit into from Apr 12, 2020

Conversation

alserkli
Copy link
Contributor

This commit fixes two problems in _ensure_pandoc_path():

  • the initial value of curr_version must be set before the loop,
  • the version comparison loop must not continue if
    version[pos] < curr_version[pos]

As a workaround set PYPANDOC_PANDOC.

This commit fixes two problems in _ensure_pandoc_path():
+ the initial value of curr_version must be set before the loop,
+ the version comparison loop must not continue if
  version[pos] < curr_version[pos]

As a workaround set PYPANDOC_PANDOC.
@jankatins jankatins closed this Apr 12, 2020
@jankatins jankatins reopened this Apr 12, 2020
@jankatins jankatins merged commit 95c086b into JessicaTegner:master Apr 12, 2020
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

2 participants