Skip to content

Commit

Permalink
Print info msg after successful login (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Mar 6, 2024
1 parent dcfdec0 commit b5f796d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sumo/wrapper/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def main():
if args.print_token:
print(f"TOKEN: {token}")

print("Successfully logged in to Sumo environment: " + env)


if __name__ == "__main__":
main()

0 comments on commit b5f796d

Please sign in to comment.