From 95045abce488d2784ad881ff4232a874e58d2c04 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 20 Aug 2021 00:02:43 +0300 Subject: [PATCH] kiln: bunt if no /desk/bill --- pkg/arvo/sur/hood.hoon | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/arvo/sur/hood.hoon b/pkg/arvo/sur/hood.hoon index 39ccef7321..9902d7aa04 100644 --- a/pkg/arvo/sur/hood.hoon +++ b/pkg/arvo/sur/hood.hoon @@ -84,7 +84,10 @@ :: ++ read-bill |= [our=ship =desk now=@da] - .^(bill cx+/(scot %p our)/[desk]/(scot %da now)/desk/bill) + =/ pax (en-beam [our desk da+now] /desk/bill) + ?~ =<(fil .^(arch cy/pax)) + *bill + .^(bill cx/pax) :: +is-fish: should dill link .dude? :: ++ is-fish |=([=dude =bill] .?((find ~[dude] (read-fish bill))))