We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a44ad commit 735e50cCopy full SHA for 735e50c
src/murfey/client/watchdir.py
@@ -1,3 +1,7 @@
1
+"""
2
+Watches the directories provided and identifies potential files for transfer
3
4
+
5
from __future__ import annotations
6
7
import logging
src/murfey/client/watchdir_multigrid.py
@@ -9,7 +9,7 @@
9
10
import murfey.util
11
12
-log = logging.getLogger("murfey.client.wathdir_multigrid")
+log = logging.getLogger("murfey.client.watchdir_multigrid")
13
14
15
class MultigridDirWatcher(murfey.util.Observer):
0 commit comments