diff options
| -rw-r--r-- | henrietta-cache.scm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/henrietta-cache.scm b/henrietta-cache.scm index 3eea0ef..05d1925 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -123,7 +123,8 @@ EOF        (fprintf (current-error-port)                 "Could not fetch release-info file for egg ~A from ~A\n"                 egg-name uri) -      (flush-output (current-error-port))) +      (flush-output (current-error-port)) +      '())      (with-input-from-request uri #f read-file)))  (define (update-egg-cache) | 
