Skip to content

Commit

Permalink
fix incorrect type in model
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 29, 2024
1 parent 3968134 commit 97929f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_runner/src/app_runner/output_registration/_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CopyResourceSpec(BaseModel):

class SaveDatasetSpec(BaseModel):
model_config = ConfigDict(extra="forbid")
type: Literal["bfabric_save_dataset"] = "bfabric_dataset"
type: Literal["bfabric_dataset"] = "bfabric_dataset"

local_path: Path
separator: str
Expand Down

0 comments on commit 97929f5

Please sign in to comment.