Skip to content

Commit

Permalink
thingiverse: Fail-Fast when trying to fetch a single project [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 12, 2024
1 parent 723a195 commit 15e3ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krawl/fetcher/thingiverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, state_repository: FetcherStateRepository, config: Config) ->
})

def fetch(self, id: ProjectID) -> Project:
pass
raise FetcherError(f"Single project fetching is not implemented for Thingiverse")

def _do_request(self, url, params=None):

Expand Down

0 comments on commit 15e3ce1

Please sign in to comment.