From 5035ac5f371bbcaf7d0e91b7ca3241d402c0b313 Mon Sep 17 00:00:00 2001 From: atlurie <atlurie@uab.edu> Date: Thu, 7 Apr 2022 23:16:59 -0500 Subject: [PATCH] Remove the conditional check for arg '-a' or '--all' --- account_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_manager.py b/account_manager.py index b2b037e..5f619a3 100755 --- a/account_manager.py +++ b/account_manager.py @@ -43,7 +43,6 @@ elif state == 'ok': else: print("Invalid state provided. Check the help menu.") -if args.all is not None: if args.service == 'all': # send a broadcast message to all agents rc_rmq.publish_msg( -- GitLab