We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4aed6 commit 425254cCopy full SHA for 425254c
1 file changed
comiclib/scan.py
@@ -102,7 +102,7 @@ def watch():
102
for _, fname in changes:
103
try:
104
if _check_inuse:
105
- if Path(fname).resolve() not in get_files_inuse():
+ if str(Path(fname).resolve()) not in get_files_inuse():
106
scan([fname])
107
else:
108
while file_sizes.get(fname, -1) != (fsize := Path(fname).stat().st_size):
0 commit comments