From 0b152942fb027a25f3451a2501769aee81732a14 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Thu, 9 Jun 2022 19:04:27 +0200 Subject: [PATCH] Island: Fix small docstrings --- monkey/monkey_island/cc/resources/agent_binaries.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/resources/agent_binaries.py b/monkey/monkey_island/cc/resources/agent_binaries.py index aced17c43..8d960b6a4 100644 --- a/monkey/monkey_island/cc/resources/agent_binaries.py +++ b/monkey/monkey_island/cc/resources/agent_binaries.py @@ -17,10 +17,10 @@ class AgentBinaries(AbstractResource): # Used by monkey. can't secure. def get(self, os): """ - Gets the agent binary based on the OS + Gets the agent binary for the specified OS :param os: Operating systems. Supported OS are: 'linux' and 'windows' - :return: file-like object with a filename same as the OS + :return: an agent binary file """ try: agent_binaries = {