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

Check whether source reference actually is a file #941

Merged
merged 2 commits into from Sep 21, 2019

Commits on Sep 21, 2019

  1. Check whether source reference actually is a file

    A corner case has been reported where the source reference points to an
    folder. Instead of ignoring such a reference (as we do for missing
    files) in this case the report generation process fails. This fix checks
    that the source reference actually points to a file.
    marchof committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    26dfb71 View commit details
    Browse the repository at this point in the history
  2. Add change log entry

    marchof committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    89a1581 View commit details
    Browse the repository at this point in the history