Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit f70afa3

Browse files
committed
Fix issue in group saving
And bump version
1 parent 3154b9d commit f70afa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grouper_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
Client = GrouperClient
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.1.2"
88
__all__ = ["GrouperClient"]

grouper_python/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def create_groups(
112112
groups_to_save.append(group_to_save)
113113
body = {
114114
"WsRestGroupSaveRequest": {
115-
"wsGroupToSaves": group_to_save,
115+
"wsGroupToSaves": groups_to_save,
116116
"includeGroupDetail": "T",
117117
}
118118
}

0 commit comments

Comments
 (0)