More typos

This commit is contained in:
Erik Thuning 2024-06-13 13:48:38 +02:00
parent e67478d8ab
commit 6d6f455202

@ -50,7 +50,7 @@ class Watcher(PatternMatchingEventHandler):
if sentinel.exists():
self.logger.debug('Ignored %s due to sentinel file present',
basedir)
continue
return
self.logger.info('Picked up %s', basedir)
try: