Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop' for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasilva committed Sep 27, 2020
2 parents 15367b6 + 1b7cb48 commit a0b0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbluetent/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def create_user(crsids, role):
if role:
user.role = role
db.session.commit()
click.echo(f"Changed user {user.full_name}'s role from {prev_role.name} to {role.name}")
click.echo(f"Changed user {user.full_name}'s role from {prev_role} to {role}")
else:
click.echo("Role does not exist")

Expand Down

0 comments on commit a0b0ec2

Please sign in to comment.