Skip to content

Commit

Permalink
moved set busy
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 17, 2023
1 parent 69693d5 commit 470b3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ def patch(self):
)
)

self.set_busy(project=project, busy=True)

# Extend deadline
try:
self.set_busy(project=project, busy=True)

new_deadline_in = json_input.get(
"new_deadline_in", None
) # if not provided --> is None -> deadline is not updated
Expand Down

0 comments on commit 470b3a1

Please sign in to comment.