Skip to content

Commit

Permalink
Call the common user listing function correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Ellenberger committed Sep 10, 2024
1 parent 06af3dc commit 45b3a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autograder/cli/lms/user-get.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run(arguments):
print("No matching lms user found.")
return 0

autograder.cli.common.list_users([result['user']], table = arguments.table)
autograder.cli.common.list_users([result['user']], True, table = arguments.table)
return 0

def main():
Expand Down

0 comments on commit 45b3a40

Please sign in to comment.