-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(combine): fixing problem when determining plot file length
Previously we were using the wc tool to determine the length of a plot file. this however didn't work correctly when the file has additional whitespace or no whitespace on the last line. Fixed this by using grep -c "" instead. Also fixed some problems when displaying error messages.
- Loading branch information
1 parent
a4632f9
commit b71ffdc
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters