Fix several read_metadata-related issues

Various calls with the wrong parameters, and also an unused parameter on
the function itself.
This commit is contained in:
Ciaran Gultnieks 2014-05-20 17:48:45 +01:00
parent 9cb5bbd1ee
commit 277d95f57d
5 changed files with 5 additions and 5 deletions

View file

@ -422,7 +422,7 @@ def parse_srclib(metafile, **kw):
# Read all metadata. Returns a list of 'app' objects (which are dictionaries as
# returned by the parse_metadata function.
def read_metadata(xref=True, package=None, store=True):
def read_metadata(xref=True, package=None):
apps = []
for basedir in ('metadata', 'tmp'):