lepture / python-livereload

livereload server in python
https://livereload.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.02k stars 150 forks source link

Watcher: always pass 'paths' argument to callback func #266

Open Lucas-C opened 1 year ago

Lucas-C commented 1 year ago

This is a follow-up of #204 This PR makes the behaviour more consistent: file paths are always provided to the callback function, not only when a glob pattern is used (which is currently the case)