Show More
@@ -230,7 +230,7 b' class _gitlfsremote(object):' | |||
|
230 | 230 | def _checkforservererror(self, pointers, responses, action): |
|
231 | 231 | """Scans errors from objects |
|
232 | 232 | |
|
233 |
Re |
|
|
233 | Raises LfsRemoteError if any objects have an error""" | |
|
234 | 234 | for response in responses: |
|
235 | 235 | # The server should return 404 when objects cannot be found. Some |
|
236 | 236 | # server implementation (ex. lfs-test-server) does not set "error" |
General Comments 0
You need to be logged in to leave comments.
Login now