review corrections
This commit is contained in:
parent
60adc424be
commit
e5fea84c55
6 changed files with 28 additions and 26 deletions
|
@ -76,7 +76,7 @@ class GitLabLister(PageByPageHttpLister):
|
|||
"""Determine pages information.
|
||||
|
||||
"""
|
||||
response = self.transport_head(identifier=1)
|
||||
response = self.transport_head(identifier=1) # type: ignore
|
||||
if not response.ok:
|
||||
raise ValueError(
|
||||
'Problem during information fetch: %s' % response.status_code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue