Adding upstream version 2.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
af2c814963
commit
dcfd04081c
15 changed files with 148 additions and 56 deletions
|
@ -51,7 +51,7 @@ def _get_hook_no_install(repo_config, store, hook_id):
|
|||
config = cfgv.validate(config, CONFIG_SCHEMA)
|
||||
config = cfgv.apply_defaults(config, CONFIG_SCHEMA)
|
||||
hooks = all_hooks(config, store)
|
||||
hook, = [hook for hook in hooks if hook.id == hook_id]
|
||||
hook, = (hook for hook in hooks if hook.id == hook_id)
|
||||
return hook
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue