Skip to content

Commit

Permalink
fix handle_version when called outside of argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jun 10, 2024
1 parent a41526e commit 30ef24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def manage_ansible_venv(recreate=False):
print("Done updating Ansible venv.")


def handle_version(_arguments):
def handle_version(args=None):
print(f"Application Version: {__version__}")


Expand Down

0 comments on commit 30ef24b

Please sign in to comment.