forked from josch/mmdebstrap
tarfilter: fixup last commit by formatting with black
This commit is contained in:
parent
043ab3bbf0
commit
bbf12c221d
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ dpkg(1) for information on how these two options work in detail.
|
||||||
|
|
||||||
# same logic as in dpkg/src/filters.c/filter_should_skip()
|
# same logic as in dpkg/src/filters.c/filter_should_skip()
|
||||||
prefix_prog = re.compile(r"^([^*?[\\]*).*")
|
prefix_prog = re.compile(r"^([^*?[\\]*).*")
|
||||||
|
|
||||||
def filter_should_skip(member):
|
def filter_should_skip(member):
|
||||||
skip = False
|
skip = False
|
||||||
if not args.filter:
|
if not args.filter:
|
||||||
|
|
Loading…
Reference in a new issue