branch: elpa/hyperdrive
commit 805180751dd0ca0b975ddb5c38b1e044aa0f9740
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Tidy: Compilation warning
---
hyperdrive-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index bf79874922..b795b34ed0 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -909,7 +909,7 @@ HYPERDRIVE's public metadata file."
(metadata (condition-case err
(h/api 'get (he/url entry)
:as (lambda ()
- (condition-case err
+ (condition-case nil
(json-read)
(json-error
(h/message "Error parsing JSON metadata file:
%s"