From 510e6bd7bfb3593846f8d5dc7b268ae8b75f916b Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 6 Feb 2019 15:34:34 +0000 Subject: [PATCH] Update print statement in command --- app/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commands.py b/app/commands.py index f8ec87ab4..67a35efed 100644 --- a/app/commands.py +++ b/app/commands.py @@ -651,7 +651,7 @@ def update_emails_to_remove_gsi(service_id): print("Updating {} users.".format(results.rowcount)) for user in results: - print(user) + print('User with id {} updated'.format(user.user_id)) update_stmt = """ UPDATE users