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(