We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b7c3e commit c8fdc8dCopy full SHA for c8fdc8d
fs_watcher/watcher.py
@@ -68,7 +68,7 @@ def watcher(config):
68
# Remove watch about excluded dir.
69
if excluded:
70
for excluded_dir in excluded:
71
- for (k, v) in wdds[section].items():
+ for (k, v) in list(wdds[section].items()):
72
try:
73
if k.startswith(excluded_dir):
74
wm.rm_watch(v)
0 commit comments