feat: increase dataset description length to 400 (#283)
This commit is contained in:
parent
59e59c19b2
commit
2478c88e07
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ def _validate_name(name):
|
|||
|
||||
|
||||
def _validate_description_length(description):
|
||||
if len(description) > 200:
|
||||
raise ValueError('Description cannot exceed 200 characters.')
|
||||
if len(description) > 400:
|
||||
raise ValueError('Description cannot exceed 400 characters.')
|
||||
return description
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue