Correct typo in check_required_groups (#386)
Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
[ROCm/amdsmi commit: 82108a25ab]
Цей коміт міститься в:
зафіксовано
GitHub
джерело
24f25b4133
коміт
f167e67c7a
@@ -1078,7 +1078,7 @@ class AMDSMIHelpers():
|
||||
msg = (
|
||||
"WARNING: User is missing the following required groups: %s. "
|
||||
"Please add user to these groups."
|
||||
) % ", ".join(sodurted(missing_groups))
|
||||
) % ", ".join(sorted(missing_groups))
|
||||
print(msg)
|
||||
logging.warning(msg)
|
||||
|
||||
|
||||
Посилання в новій задачі
Заблокувати користувача