Closed cfculhane closed 4 years ago
Thanks for the detailed report! Our merging process is a little disrupted right now, so I'm not sure how soon this will be on PyPI, but it's fixed in a branch here, at least.
Fixed in v0.2.3, which I've just pushed out to PyPI.
System Information
Description
gobbli evaluate
,gobbli explore
during the model loading phase it runsinteractive.util.format_task()
task_dir
usingPath.stat().st_birthtime
st_birthtime
doesn't exist on windows, so you get anAttributeError
, see https://stackoverflow.com/questions/237079/how-to-get-file-creation-modification-date-times-in-python for a discussionPath.stat().st_ctime
Code for Minimal Reproducible Example
Output