Skip to content

Commit 83efa92

Browse files
committed
Update schema.py
1 parent faaecde commit 83efa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/core/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class CPPythonData(CPPythonModel, extra='forbid'):
116116
generator_name: TypeName
117117
scm_name: TypeName
118118

119-
@field_validator('install_path', 'tool_path', 'build_path')
119+
@field_validator('configuration_path', 'install_path', 'tool_path', 'build_path')
120120
@classmethod
121121
def validate_absolute_path(cls, value: Path) -> Path:
122122
"""Enforce the input is an absolute path

0 commit comments

Comments
 (0)