tdaff / automation

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Usage of old warn() message #52

Closed tdaff closed 11 years ago

tdaff commented 11 years ago

Original report by Peter Boyd (Bitbucket: pboyd, GitHub: pboyd).


brought forward and never tested were the use of warn messages in the functions charges_from_gulp(), charges_from_egulp() and parse_qeq_params(). These should be replaced with warning see lines 1781, 1802, and 3509 of the current version.

tdaff commented 11 years ago

Original comment by Tom Daff (Bitbucket: tdaff, GitHub: tdaff).


warn( should be replaced by warning(

closes #52