Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Nov 14, 2023
1 parent 02b2890 commit a311eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kiara/models/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def create_from_context(
archives: ArchiveGroupInfo = Field(
description="The archives registered in this context."
)
invalid: bool = Field(description="Whether this context has errors.", bool=False)
invalid: bool = Field(description="Whether this context has errors.", default=False)
comment: Union[str, None] = Field(
default=None, description="(Optional) comment about this context."
)
Expand Down

0 comments on commit a311eb1

Please sign in to comment.