Skip to content

Commit

Permalink
Display path to executable in aegea --version
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 24, 2025
1 parent dfa179f commit 689e589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aegea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ def initialize():
parser.add_argument(
"--version",
action="version",
version="%(prog)s {}\n{}\n{}\n{} {}\n{}\n{}".format(
version="%(prog)s {} ({})\n{}\n{}\n{} {}\n{}\n{}".format(
__version__,
os.path.abspath(sys.argv[0]),
"boto3 " + boto3.__version__,
"botocore " + botocore.__version__,
platform.python_implementation(),
Expand Down

0 comments on commit 689e589

Please sign in to comment.