sftp ReadDir: add path to return error messages (gh-1323) - #1398
Conversation
fix missing "Close" string in debug log fmt
Codecov Report
@@ Coverage Diff @@
## master #1398 +/- ##
==========================================
- Coverage 51.15% 45.64% -5.51%
==========================================
Files 136 136
Lines 13600 13605 +5
==========================================
- Hits 6957 6210 -747
- Misses 5784 6591 +807
+ Partials 859 804 -55
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Oh, great catch!
FYI: Include the GitHub issue ID like this #1323, then it will be automatically linked in the UI (and there'll be a backlink in the issue): #1323
For GitHub, it is best practice to mention the issue ID in the text of the pull request, so there will be nice links back and forth between the issue and the PR.
I've added the text Closes #1323 to the PR message, so the issue will be closed automatically when the PR is merged.
sftp ReadDir: add path to return error messages (gh-1323)
|
Sorry about the misplaced issue ID. I thought including "gh-1323" in both the commit text as well as the PR "subject" line would cover it, but I guess not. :-) |
|
No worries, I was surprised that GitHub even linked the |
|
Yeah "gh-FOO" is a standard shortcut for github commits and they get automatically linked. The "#foo" one was news to me. :-) |
also fix missing "Close" string in debug log fmt
Closes #1323