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

@ -329,7 +329,7 @@ def main():
config = common.read_config(options)
# Get all apps...
allapps = metadata.read_metadata(options.verbose)
allapps = metadata.read_metadata()
apps = common.read_app_args(args, allapps, False)