Skip to content

Commit

Permalink
Merge pull request #119 from InfuseAI/hotfix/remove-redundant-fragment
Browse files Browse the repository at this point in the history
[Bug] Remove redundant fragment for admin group create
  • Loading branch information
ctiml authored Apr 19, 2023
2 parents fec516c + c53dde9 commit 5cde4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primehub/admin_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ def create(self, config: dict):
projectQuotaMemory
sharedVolumeCapacity
}
""" + group_basic_info
"""

apply_auto_fill(config)

Expand Down

0 comments on commit 5cde4c7

Please sign in to comment.