From 363f15396d2be938bd541703e12324e68b4905d1 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Tue, 17 Oct 2023 15:00:38 +0200 Subject: [PATCH] docstring --- dds_cli/project_status.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dds_cli/project_status.py b/dds_cli/project_status.py index 2bb039be..ebb49079 100644 --- a/dds_cli/project_status.py +++ b/dds_cli/project_status.py @@ -149,6 +149,9 @@ def update_status(self, new_status, deadline=None, is_aborted=False, no_mail=Fal dds_cli.utils.console.print(f"Project {response_json.get('message')}") def extend_deadline(self): + """ + Extend the project deadline + """ # Define initial parameters extra_params = {"send_email": False}