ancho85 / pylint-playero-plugin

A plugin for pylint to work with Playero ERP
GNU General Public License v2.0
0 stars 0 forks source link

Instantiators' date attributes must not be strings #18

Closed ancho85 closed 9 years ago

ancho85 commented 9 years ago

Instantiators' date attributes must not be strings, strings doesn't have date methods and attributes and lines like the one below throws an exception:

rec.TransDate.strftime("%d/%m/%Y")