Make signatures_only in pkgfiles.get_pkgfiles a required kwarg
This commit is contained in:
parent
c0039c70b4
commit
5e30fcd0e8
@ -10,7 +10,7 @@ SIGEXT = f"{PKGEXT}.sig"
|
||||
|
||||
|
||||
# ========== Functions ==========
|
||||
def get_pkgfiles(query=None, directory=None, signatures_only=False):
|
||||
def get_pkgfiles(query=None, directory=None, *, signatures_only=False):
|
||||
"""Return a list of package files in the current working directory.
|
||||
|
||||
:param query: names of package files to search for
|
||||
|
Loading…
x
Reference in New Issue
Block a user