Skip to content

Commit

Permalink
fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Oct 23, 2023
1 parent e14b74c commit 7ba946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peeringdb/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def load(
self.remote_cache_used = True
else:
raise ValueError(

Check warning on line 125 in src/peeringdb/fetch.py

View check run for this annotation

Codecov / codecov/patch

src/peeringdb/fetch.py#L125

Added line #L125 was not covered by tests
f"Error fetching {resource} @ {self.cache_url}/{resource}.json from remote cache: {resp.status_code}"
f"Error fetching {resource} @ {self.cache_url}/{resource}-0.json from remote cache: {resp.status_code}"
)

# Fall back to fetching from API
Expand Down

0 comments on commit 7ba946b

Please sign in to comment.