genvid.toolbox.ConsulTemplateExecutableNotFound

class genvid.toolbox.ConsulTemplateExecutableNotFound

Bases: ConsulTemplateError

Raised when the executable for consul-template cannot be found.

New in version 1.22.0.

__init__(executable: str)

Initialize the exception.

Parameters:

executable – Path or executable name which couldn’t be found.

Warning

This exception might be used to denote an executable which exists but which didn’t have the proper permissions to be executed.