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 locating jabref in jabrefHost.py #6963

Merged
merged 1 commit into from
Oct 3, 2020

Commits on Oct 1, 2020

  1. Fix locating jabref in jabrefHost.py

    shutil.which() returns an str and not a pathlib.Path. Therefore, we need
    to check if which() actually returns something and if so, we should
    convert it to a pathlib.Path such that JABREF_PATH is always of the same
    type.
    
    Also, try locating JabRef in addition to jabref in the user's PATH.
    michaellass committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d23b0e1 View commit details
    Browse the repository at this point in the history