cc-3936: Fixed bug caught by unit tests.

This commit is contained in:
Rudi Grinberg 2012-08-27 11:26:48 -04:00
parent fd98b8c8b6
commit ba61d4f4fb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class BaseEvent(Loggable):
self._raw_event = raw_event
self.path = os.path.normpath(raw_event.pathname)
else: self.path = raw_event
self.owner = owners.get_owner()
self.owner = owners.get_owner(self.path)
self._pack_hook = lambda: None # no op
# into another event