forked from p15670423/monkey
Island: Improve description of return value for get_configuration()
This commit is contained in:
parent
3cb678ad32
commit
c424262f12
|
@ -14,7 +14,7 @@ class IAgentConfigurationRepository(ABC):
|
|||
Retrieve the agent configuration from the repository
|
||||
|
||||
:return: The agent configuration as retrieved from the repository, or the default
|
||||
configuration if none could be retrieved.
|
||||
configuration if the repository is empty
|
||||
:raises RetrievalError: if the configuration can not be retrieved
|
||||
"""
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue