Skip to content
Snippets Groups Projects
Commit b23fe640 authored by Mike Lake's avatar Mike Lake
Browse files

Added comment

parent 53b59baf
Branches
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment