small fix in blame-update and small change in error message for multiple blame labels
This commit is contained in:
parent
a96b093d97
commit
61e896c8d7
|
@ -101,8 +101,8 @@
|
|||
(struct-copy
|
||||
blame
|
||||
blame-info
|
||||
[positive (append extra-positive pos)]
|
||||
[negative (append extra-negative neg)])))
|
||||
[positive (append (list extra-positive) pos)]
|
||||
[negative (append (list extra-negative) neg)])))
|
||||
|
||||
(define (show-blame accessor)
|
||||
(λ (blm)
|
||||
|
@ -280,7 +280,7 @@
|
|||
(define (convert-blame-party x)
|
||||
(let ((preface
|
||||
(cond [(< 1 (length x))
|
||||
" -- Multiple blame parties due to option contract transfers --\n"]
|
||||
" -- multiple blame parties due to option contract transfers --\n"]
|
||||
[else ""])))
|
||||
(string-append
|
||||
preface
|
||||
|
|
Loading…
Reference in New Issue
Block a user