I suppose this is enough.
:thumbsup:
I would even remove that 'if' and just use 'return name.endswith...'
@tkopecek alright. fixed.
1 new commit added
Syntax error in current version. Please check make test next time.
make test
Also, would prefer to avoid backslash continuations unless it is the least worst option, as pep8 recommends. E.g.
return (name.endswith('-debuginfo') or name.endswith('-debugsource') or '-debuginfo-' in name)
3 new commits added
Commit 658953af fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
I suppose this is enough.