Change default query to '' in get_pkgfiles()
This commit is contained in:
parent
89e9673132
commit
62a80b5dbf
@ -7,7 +7,7 @@ PKGEXT = 'pkg.tar.xz'
|
|||||||
SIGEXT = f"{PKGEXT}.sig"
|
SIGEXT = f"{PKGEXT}.sig"
|
||||||
|
|
||||||
# ========== Functions ==========
|
# ========== Functions ==========
|
||||||
def get_pkgfiles(query=None, directory=None, signatures_only=False):
|
def get_pkgfiles(query='', directory=None, signatures_only=False):
|
||||||
"""Return a list of package files in the current working directory.
|
"""Return a list of package files in the current working directory.
|
||||||
|
|
||||||
:param query: names of package files to search for
|
:param query: names of package files to search for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user