rockdoc / cdlparser

A python module for parsing files encoded in netCDF's common data form language (CDL)
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Tidy up t_IDENT method #15

Closed rockdoc closed 11 years ago

rockdoc commented 11 years ago

The t_IDENT method finishes up with the line

return(t)

which looks like a copy-and-paste mis-cue. Works fine, but looks odd.