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