Skip to content

Commit c86163b

Browse files
authored
fix: warn instead of error
Refs josegonzalez#106
1 parent 57ab5ce commit c86163b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def _get_response(request, auth, template):
446446
errors, should_continue = _request_http_error(exc, auth, errors) # noqa
447447
r = exc
448448
except URLError as e:
449-
log_error(e.reason)
449+
log_warning(e.reason)
450450
should_continue = _request_url_error(template, retry_timeout)
451451
if not should_continue:
452452
raise

0 commit comments

Comments
 (0)