Skip to content
Snippets Groups Projects
Commit 220f55b6 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Change the logging msg to remove unused var

parent eeb9566e
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!30Feat subscribe mail lists
......@@ -50,7 +50,7 @@ def mail_list_subscription(ch, method, properties, body):
email_msg.set_content(listserv_cmd)
if not args.dry_run:
s.send_message(email_msg)
logging.info(f'This email will add user {username} to {key}\n{email_msg}')
logging.info(f'This email will add user {username} to listserv \n{email_msg}')
s.quit()
msg['task'] = task
......
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