Skip to content

Commit

Permalink
Make the checksum on a Downloadable optional (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Oct 22, 2024
1 parent 8961ec4 commit 75561b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/etos_client/downloader/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Downloadable(BaseModel):

url: str
name: str
checksums: dict[str, str]
checksums: dict[str, str] = {}
path: Path = Path.cwd()


Expand Down

0 comments on commit 75561b4

Please sign in to comment.