Skip to content

Commit b3ee6de

Browse files
committed
Fix exception text
1 parent 5e4994d commit b3ee6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/infrastructure/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def create_project(
258258
project_type = constances.ProjectType[project_type.upper()].value
259259
except KeyError:
260260
raise AppException(
261-
"Please provide a valid project type: Vector, Pixel, or Video."
261+
"Please provide a valid project type: Vector, Pixel, Document, or Video."
262262
)
263263
entity = ProjectEntity(
264264
name=name,

0 commit comments

Comments
 (0)