Skip to content
Snippets Groups Projects
Commit dbfc4bf5 authored by I. Nüske's avatar I. Nüske
Browse files

STY: Fix Typo

parent f612a4bb
No related branches found
No related tags found
2 merge requests!159Release 0.16.o,!153Error message for missing users and roles in linkahead_admin.py
Pipeline #56612 passed with warnings
......@@ -51,9 +51,9 @@ def do_create_role(args):
def do_retrieve_role(args):
try:
print(admin._retrieve_role(name=args.user_name))
print(admin._retrieve_role(name=args.role_name))
except HTTPResourceNotFoundError:
print(f"Error: User '{args.user_name}' does not exist.")
print(f"Error: Role '{args.role_name}' does not exist.")
def do_delete_role(args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment