Skip to content

Commit

Permalink
fixed small (nut important) bug in debug-log [caused by copy&pasting …
Browse files Browse the repository at this point in the history
…the block from my script that currently need to subclass INotify for different reasons...)
  • Loading branch information
Elias481 committed Sep 22, 2018
1 parent a4f2910 commit 2e4c0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inotify/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def remove_watch(self, path, superficial=False):

wd = self.__watches.get(path)
if wd is None:
_LOGGER.warning("Path not in watch list: [%s]", path_unicode)
_LOGGER.warning("Path not in watch list: [%s]", path)
return
self._remove_watch(wd, path, superficial)

Expand Down

0 comments on commit 2e4c0d4

Please sign in to comment.