Skip to content

Commit 3bf12ab

Browse files
committed
Update variable name for clarity
Renamed `template_path` to `path` in the settings model for better readability. No functional changes were made, just a clearer naming convention.
1 parent 6cab0f5 commit 3bf12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/settings/workfile_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class CustomBuilderTemplate(BaseSettingsModel):
1212
title="Task types",
1313
enum_resolver=task_types_enum
1414
)
15-
template_path: MultiplatformPathModel = SettingsField(
15+
path: MultiplatformPathModel = SettingsField(
1616
default_factory=MultiplatformPathModel
1717
)
1818

0 commit comments

Comments
 (0)