cc-4228: comment explaining why we aren't doing something that would normally make sense
This commit is contained in:
parent
2ec3e9f72f
commit
04836695e7
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ class BaseEvent(Loggable):
|
||||||
self._raw_event = evt
|
self._raw_event = evt
|
||||||
self.path = evt.path
|
self.path = evt.path
|
||||||
self.__class__ = evt.__class__
|
self.__class__ = evt.__class__
|
||||||
|
# We don't transfer the _pack_hook over to the new event
|
||||||
return self
|
return self
|
||||||
|
|
||||||
class FakePyinotify(object):
|
class FakePyinotify(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue