Closed jimnicholls closed 9 years ago
As last discussed in pull request #81, this replaces use_file_handle on the constructor with also_close_file_handle on the close method.
use_file_handle
also_close_file_handle
I took the liberty of updating the paramter to close_fh and also adjusted some of the documentation.
close_fh
:+1:
As last discussed in pull request #81, this replaces
use_file_handle
on the constructor withalso_close_file_handle
on the close method.