dmbaturin / pytaf

TAF (Terminal Aerodrome Forecast) and METAR parser and decoder
MIT License
59 stars 23 forks source link

Bug fixed: tilldate on TEMPO header string was fromdate #2

Closed cayetanobv closed 10 years ago

cayetanobv commented 10 years ago

I fixed a little bug on tempo header string. The final string formatted had errors (second "fromdate" in the string now is "tilldate").

dmbaturin commented 10 years ago

Oh. Good point, I wonder how I missed it. Probably because all samples I used had TEMPO groups within the same day only. Thanks!