-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
Came to me while writing #1023.
Warnings may be issued to the user during Python script execution; either using app.warn(), or from within an MRtrix3 binary. However if the terminal printout is long, the user may not actually see them, despite their redness and boldness. It should be possible to buffer any warnings delivered, and re-print them at script completion to catch the user's attention.
Reactions are currently unavailable