GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Deprecated readfp #89

Closed patrickjwright closed 1 year ago

patrickjwright commented 1 year ago

Quick PR to address the following deprecation warning:

DeprecationWarning: This method will be removed in future versions.  Use 'parser.read_file()' instead.
  accounts_ini.readfp(open(accounts_file))

Also corrected my previous bad comment re: indentation since I had the file open!