#2606: correcting the access verb

This commit is contained in:
Czar Echavez
2024-05-20 15:02:05 +01:00
parent 80b1988ab9
commit f45df780c9

View File

@@ -428,7 +428,7 @@ class NodeFileAccessAction(AbstractAction):
def __init__(self, manager: "ActionManager", num_nodes: int, num_folders: int, **kwargs) -> None:
super().__init__(manager, num_nodes=num_nodes, num_folders=num_folders, **kwargs)
self.verb: str = "create"
self.verb: str = "access"
def form_request(self, node_id: int, folder_name: str, file_name: str) -> List[str]:
"""Return the action formatted as a request which can be ingested by the PrimAITE simulation."""