Skip to content

Commit

Permalink
org update script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteusT committed May 15, 2020
1 parent 585ad43 commit 4c55283
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user_handler/management/commands/currentorgupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ def handle(self, *args, **options):
if not org:
self.stdout.write(
self.style.SUCCESS(
'No organization was found for user "%s" with the user id "%s"'
% user.email,
user.pk,
'No organization was found for user "%s"' % user.email
)
)
else:
Expand Down

0 comments on commit 4c55283

Please sign in to comment.