remove configuration_filename as it's already set.
This commit is contained in:
parent
091c07bbe2
commit
0014b149f8
1 changed files with 0 additions and 2 deletions
|
@ -64,7 +64,6 @@ def run_configuration(config_filename, config, arguments):
|
||||||
|
|
||||||
hook_context = {
|
hook_context = {
|
||||||
'repository': ','.join(location['repositories']),
|
'repository': ','.join(location['repositories']),
|
||||||
'configuration_filename': config_filename,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -252,7 +251,6 @@ def run_configuration(config_filename, config, arguments):
|
||||||
repository=error_repository,
|
repository=error_repository,
|
||||||
error=encountered_error,
|
error=encountered_error,
|
||||||
output=getattr(encountered_error, 'output', ''),
|
output=getattr(encountered_error, 'output', ''),
|
||||||
configuration_filename=config_filename,
|
|
||||||
)
|
)
|
||||||
dispatch.call_hooks(
|
dispatch.call_hooks(
|
||||||
'ping_monitor',
|
'ping_monitor',
|
||||||
|
|
Loading…
Reference in a new issue