Fix FileNotFoundError invocation in Git SCMTool
Review Request #9901 — Created May 2, 2018 and submitted — Latest diff uploaded
The Git SCMTool was providing the commit SHA to the
FileNotFoundError
,
leading to misleading error messages. This has been fixed.
Triggered a
FileNotFoundError
in a Git repository and saw the correct
error message.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/scmtools/git.py |
---|