From ff58777414fe0899623a8b4b4bfd6577a9666ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Revuelta?= <46089290+rv0lt@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:50:21 +0200 Subject: [PATCH] Update dds_cli/project_status.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ina Odén Österbo <35953392+i-oden@users.noreply.github.com> --- dds_cli/project_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dds_cli/project_status.py b/dds_cli/project_status.py index 614c7302..ae4a4f83 100644 --- a/dds_cli/project_status.py +++ b/dds_cli/project_status.py @@ -198,7 +198,7 @@ def extend_deadline(self, new_deadline=None): f"\nCurrent deadline: [b][green]{current_deadline}[/green][/b]\n" f"Default deadline extension: [b][green]{default_unit_days}[/green][/b] days\n" ) - table = self.generate_project_table(project_info=response_json.get("project_info")) + table = self.generate_project_table(project_info=project_info) dds_cli.utils.console.print(table) dds_cli.utils.console.print(print_info)