Skip to content

Commit

Permalink
Add default value to version_name
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 26, 2024
1 parent 34abec4 commit 70faa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_offsets/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def process_found(
class _Config:
path: Path
patterns: Path
version_name: str | None
version_name: str | None = None


@with_config(_Config, "defaults.yaml", ".config.yaml")
Expand Down

0 comments on commit 70faa0c

Please sign in to comment.