Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make readalongs prepare Windows compatible
- open the input file in utf-8 mode - don't open the input file until we need it, so we don't keep it open in case of error (causes unit testing errors when file handles are not closed so that temp files cannot be deleted) - the click file name for stdin is "-" on Windows, "<stdin>" on Linux
- Loading branch information