Skip to content

Commit 4be8ae6

Browse files
ozgenbjoernricks
authored andcommitted
Update gvm/protocols/gmp/_gmpnext.py
Co-authored-by: Björn Ricks <bjoern.ricks@greenbone.net>
1 parent fdf6a2f commit 4be8ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm/protocols/gmp/_gmpnext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def get_agent_group(self, agent_group_id: EntityID) -> T:
188188
def create_agent_group(
189189
self,
190190
name: str,
191-
*,
192191
agent_ids: list[str],
192+
*,
193193
comment: Optional[str] = None,
194194
) -> T:
195195
"""Create a new agent group.

0 commit comments

Comments
 (0)