Skip to content

Commit

Permalink
Update dds_web/api/project.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 806e12c commit 181ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def patch(self):

if type(new_deadline_in) is not int:
raise DDSArgumentError(
message="The deadline atribute passed should be of type Int (i.e a number)."
message="The deadline attribute passed should be of type Int (i.e a number)."
)

# New deadline shouldnt surpass the default unit days
Expand Down

0 comments on commit 181ebbc

Please sign in to comment.