Skip to content

Commit

Permalink
Merge pull request #20 from ynput/bugfix/template-settings-wrong-key-…
Browse files Browse the repository at this point in the history
…name

Use correct key form workfile templater builder
  • Loading branch information
iLLiCiTiT authored Dec 30, 2024
2 parents 6cab0f5 + 3bf12ab commit 015f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/workfile_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CustomBuilderTemplate(BaseSettingsModel):
title="Task types",
enum_resolver=task_types_enum
)
template_path: MultiplatformPathModel = SettingsField(
path: MultiplatformPathModel = SettingsField(
default_factory=MultiplatformPathModel
)

Expand Down

0 comments on commit 015f1a4

Please sign in to comment.