Skip to content

reqconfig: allow non existent paths in _get_files_for_object_type

Elukey requested to merge requestctl_validate_path_fix into main

The new release of conftool causes the following error:

FileNotFoundError: [Errno 2] No such file or directory: '/srv/git/private/requestctl/request-haproxy-actions'

Add a quick check to return early in _get_files_for_object_type if the path is not existent.

Merge request reports