harphub / harpIO

IO functions for HARP
https://harphub.github.io/harpIO/
Other
6 stars 16 forks source link

Remove explicit line break from log messages #2

Closed mpartio closed 4 years ago

mpartio commented 5 years ago

message() and warning() supply their own line brake, so remove any explicit '\n' from log messages to make logs cleaner.

andrew-MET commented 5 years ago

For the most part line breaks are explicitly added to break up the error and warning messages so that those that are unrelated are separated by a blank line. I also added them when they are followed by file names that are likely to be long to prevent wrapping of file names. These are designed to improve the interactive experience.