remove configuration_filename as it's already set.

This commit is contained in:
Chen Yufei 2021-11-26 11:38:58 +08:00
parent 091c07bbe2
commit 0014b149f8
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ def run_configuration(config_filename, config, arguments):
hook_context = {
'repository': ','.join(location['repositories']),
'configuration_filename': config_filename,
}
try:
@ -252,7 +251,6 @@ def run_configuration(config_filename, config, arguments):
repository=error_repository,
error=encountered_error,
output=getattr(encountered_error, 'output', ''),
configuration_filename=config_filename,
)
dispatch.call_hooks(
'ping_monitor',