Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast authored Feb 5, 2025
1 parent 57d2bed commit 0ee5cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# NOTE: Python 3.5 does not support f-strings
error = (
"\n--------------------------------------------\n"
"Error: EasyLink runs under python {min_version}-{max_version}.\n"
"Error: Vivarium Cluster Tools runs under python {min_version}-{max_version}.\n"
"You are running python {py_version}.\n".format(
min_version=min_version.base_version,
max_version=max_version.base_version,
Expand Down

0 comments on commit 0ee5cf7

Please sign in to comment.