HDFGroup / h5serv

Reference service implementation of the HDF5 REST API
Other
168 stars 35 forks source link

Enable toc to auto-update when a new file is added #88

Closed jreadey closed 8 years ago

jreadey commented 8 years ago

Enable global and user toc to update when a file is added to the db folder.

jreadey commented 8 years ago

This is implemented in commit: https://github.com/HDFGroup/h5serv/commit/68d733cf4e350db2a1123cfde5f46eeab6b3dad3.

Note there's a new dependency: pip install watchdog.

jreadey commented 8 years ago

This looks to be working - closing.