Fix format string in check-requires.
This commit is contained in:
parent
5582f7591f
commit
c55c89a31f
|
@ -41,7 +41,7 @@ Example (from racket root directory):
|
|||
(when (show-keep?)
|
||||
(printf "KEEP ~a at ~a~a\n"
|
||||
(mpi->key mpi) phase
|
||||
(if comment (format "(~a)" comment #f) "")))]
|
||||
(if comment (format " (~a)" comment) "")))]
|
||||
[(list 'bypass mpi phase)
|
||||
(when (show-bypass?)
|
||||
(printf "BYPASS ~a at ~a\n" (mpi->key mpi) phase))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user