mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix pipeline for pylint error
This commit is contained in:
parent
9f3ce12c73
commit
a0c313bf67
2 changed files with 7 additions and 0 deletions
|
|
@ -367,6 +367,10 @@ def download_and_build_plugins(plugins, vendor_prefix):
|
|||
elif proto == "local":
|
||||
repo_path = repo
|
||||
print(f' Processing {get_repo_version_info(repo, proto)}')
|
||||
else:
|
||||
BBF_ERROR_CODE += 1
|
||||
print(f"Unknown protocol: {proto}")
|
||||
continue
|
||||
|
||||
LIST_FILES = []
|
||||
os.chdir(repo_path)
|
||||
|
|
|
|||
|
|
@ -803,6 +803,9 @@ def chech_obj_with_other_obj(obj, dmobject):
|
|||
|
||||
|
||||
def object_parse_childs(dmobject, level, generatelist, check_obj):
|
||||
obj = None
|
||||
exist = 0
|
||||
|
||||
if generatelist == 0 and (dmobject.get('name')).count(".") == 2:
|
||||
generatelistfromfile(dmobject)
|
||||
if check_obj == 1 and ("tr-181" in sys.argv[1] or "tr-104" in sys.argv[1]):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue