AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.75k stars 134 forks source link

typo: self.data --> self.date #79

Closed giddyphysicist closed 4 months ago

giddyphysicist commented 4 months ago

https://github.com/AbanteAI/rawdog/blob/dd37f900c646945799a52668caa9f63ac2b9f7e2/src/rawdog/utils.py#L25C14-L25C18

It looks like this field should be self.date rather than self.data to match the format from _set_from_env()

granawkins commented 4 months ago

Fixed in #85 - thanks