Skip to content

Commit 5cde4c7

Browse files
authored
Merge pull request #119 from InfuseAI/hotfix/remove-redundant-fragment
[Bug] Remove redundant fragment for admin group create
2 parents fec516c + c53dde9 commit 5cde4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primehub/admin_groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def create(self, config: dict):
868868
projectQuotaMemory
869869
sharedVolumeCapacity
870870
}
871-
""" + group_basic_info
871+
"""
872872

873873
apply_auto_fill(config)
874874

0 commit comments

Comments
 (0)