```python from talon import fs import os fs.watch(os.path.expanduser("~/example1/"), print) fs.watch(os.path.expanduser("~/example2"), print) ``` Only events from `~/example2` will be reported. Talon v0.1.5-201-gb45d, Ubuntu 20.04.2
Only events from
~/example2will be reported.Talon v0.1.5-201-gb45d, Ubuntu 20.04.2