From b23fe640357cf6e12fcf5aba30e434f48e54c845 Mon Sep 17 00:00:00 2001 From: Mike Lake <Mike.Lake@uts.edu.au> Date: Tue, 2 Nov 2021 14:36:27 +1100 Subject: [PATCH] Added comment --- check_utilisation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_utilisation.py b/check_utilisation.py index f14fefd..5b56dc7 100755 --- a/check_utilisation.py +++ b/check_utilisation.py @@ -531,7 +531,8 @@ def main(): # Get the UTS email of the user that is running this program. # Note that for admins with a local account this will be None. this_user_email = get_user_email(users_db_path, this_user) - + + # This gets how this program was invoked as a string. invocation = ' '.join([str(s) for s in sys.argv]) # Now print this information to the screen. -- GitLab