From fa6a627f59fcbede59a73e3c485471be90959ced Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Mon, 19 Aug 2024 15:19:39 -0700 Subject: [PATCH] refactor: debugging --- .../update_development_dependencies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/update-development-dependencies/update_development_dependencies.py b/actions/update-development-dependencies/update_development_dependencies.py index 3d69f830..c48c50d0 100644 --- a/actions/update-development-dependencies/update_development_dependencies.py +++ b/actions/update-development-dependencies/update_development_dependencies.py @@ -260,7 +260,8 @@ def main() -> None: args = _parse_arguments() - print(f"\nUpdating development dependencies in {args.repo_root}\n") + print(f"\nUpdating development dependencies in {args.repo_root}") + print(f"Arguments: {args}\n") os.chdir(args.repo_root) _update_poetry_dependencies(