Open mengqvist opened 3 years ago
On line 249 in the resreg.py script the error message never prints because verbose is passed to bin_split() on the previous line. I would do a pull request, but It's such a small tweak that I'm not sure it's worth the trouble.
resreg.py
verbose
bin_split()
On line 249 in the
resreg.py
script the error message never prints becauseverbose
is passed tobin_split()
on the previous line. I would do a pull request, but It's such a small tweak that I'm not sure it's worth the trouble.