mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-17 20:50:29 +03:00
pylint: Reenable E1101 no-member
This commit is contained in:
parent
1dcb863f55
commit
abc752314b
7 changed files with 11 additions and 3 deletions
|
|
@ -764,6 +764,8 @@ def parse_metadata(metadatapath):
|
|||
try:
|
||||
commit_id = common.get_head_commit_id(git.Repo(build_dir))
|
||||
logging.debug(_('Including metadata from %s@%s') % (metadata_in_repo, commit_id))
|
||||
# See https://github.com/PyCQA/pylint/issues/2856 .
|
||||
# pylint: disable-next=no-member
|
||||
except git.exc.InvalidGitRepositoryError:
|
||||
logging.debug(_('Including metadata from {path}').format(metadata_in_repo))
|
||||
app_in_repo = parse_metadata(metadata_in_repo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue