forked from p15670423/monkey
Island: Fix docstring in set_agent_configuration_per_island_mode
This commit is contained in:
parent
fb2165b2e8
commit
c1e15f8be5
|
@ -7,7 +7,7 @@ from monkey_island.cc.repository import IAgentConfigurationRepository
|
||||||
|
|
||||||
class set_agent_configuration_per_island_mode:
|
class set_agent_configuration_per_island_mode:
|
||||||
"""
|
"""
|
||||||
Callable class that sets the Island's mode
|
Callable class that sets the default Agent configuration as per the Island's mode
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in New Issue