Skip to content

Commit 735e50c

Browse files
committed
Added documentation and corrected typos
1 parent 99a44ad commit 735e50c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/murfey/client/watchdir.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Watches the directories provided and identifies potential files for transfer
3+
"""
4+
15
from __future__ import annotations
26

37
import logging

src/murfey/client/watchdir_multigrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import murfey.util
1111

12-
log = logging.getLogger("murfey.client.wathdir_multigrid")
12+
log = logging.getLogger("murfey.client.watchdir_multigrid")
1313

1414

1515
class MultigridDirWatcher(murfey.util.Observer):

0 commit comments

Comments
 (0)