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 20, 2023
1 parent f5829a0 commit fd469d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dds_cli/project_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ 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
"""
"""Extend the project deadline."""
# Define initial parameters
extra_params = {"send_email": False}

Expand Down

0 comments on commit fd469d7

Please sign in to comment.