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 get_loader().load() from local couldn't get version correctly #59

Merged
merged 8 commits into from
Oct 24, 2019

Commits on Oct 23, 2019

  1. Fix error in changelog

    JayZ12138 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    10da83d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    b33290b View commit details
    Browse the repository at this point in the history
  2. Fix get_loader().load() from local couldn't get version correctly

    When version is None, it wrongly tried to get version from file name
    instead of file path.
    JayZ12138 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ec91b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cc6d85 View commit details
    Browse the repository at this point in the history
  4. Add test

    JayZ12138 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a648f1d View commit details
    Browse the repository at this point in the history
  5. further fix

    instead of using os.getcwd, os.path.abspath is better.
    JayZ12138 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    40c7e22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec80767 View commit details
    Browse the repository at this point in the history
  7. rebase on Jindrich's patch

    JayZ12138 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3082982 View commit details
    Browse the repository at this point in the history