Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
refactor: Clarify error message
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Bigoi <1781140+crisidev@users.noreply.github.com>
  • Loading branch information
nekonekun and crisidev authored Jul 31, 2023
1 parent 78e9d95 commit 85cf61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tacacs_plus/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

if sys.version_info < (3, 7):
raise Exception(
'Async TACACS client is not compatible with Python version %s' % sys.version
'Async TACACS client requires Python 3.7+. Current Python version: %s' % sys.version
)


Expand Down

0 comments on commit 85cf61f

Please sign in to comment.