TESScience / SPyFFI

Spiffy Python for TESS Full Frame Images
MIT License
6 stars 7 forks source link

when wgetting the data files, warn the user a long download has started #25

Closed zkbt closed 7 years ago

zkbt commented 8 years ago

It's great that the code now automatically downloads inputs if they're not found on the user's computer. But, without warning it feels like the the first time SPyFFI runs it just hangs forever.

xcthulhu commented 8 years ago

We do - it's info level rather than WARNING

https://github.com/TESScience/SPyFFI/blob/master/settings.py#L60

I guess you need to make sure you set LOG=INFO to see it.