mirror of
https://abf.rosa.ru/djam/repo-analyzer.git
synced 2025-02-23 10:02:54 +00:00
Fix a typo in fill-repodb
This commit is contained in:
parent
c0aa4114f6
commit
cf90b2e630
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def process_package_worker(num, queue_in, generator, gen_lock, db_struct, repodi
|
|||
['.debug', '.xz', '.conf', '.py', '.c', '.h', '.hpp', '.png',
|
||||
'.cc', '.cpp', '.sh', '.java', '.pl', '.patch', '.desktop']:
|
||||
continue
|
||||
if file_path.startswith('/usr/lib/debug/.build-id') or
|
||||
if file_path.startswith('/usr/lib/debug/.build-id') or \
|
||||
file_path.endswith('/ld.so.cache'):
|
||||
continue
|
||||
if re.search(r'\.so($|\.)', file_name) or \
|
||||
|
|
Loading…
Add table
Reference in a new issue