Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 17, 2023
1 parent 0f58043 commit 363f153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dds_cli/project_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 363f153

Please sign in to comment.