Skip to content

Commit

Permalink
Update dds_cli/project_status.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ina Odén Österbo <[email protected]>
  • Loading branch information
rv0lt and i-oden authored Oct 23, 2023
1 parent 59e42f7 commit ff58777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/project_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ff58777

Please sign in to comment.