mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
Fix spelling error in method name
This commit is contained in:
@@ -225,7 +225,7 @@ class HoudiniFactory:
|
||||
|
||||
return package_modules
|
||||
|
||||
def configure_obvservers(self, *observer_settings):
|
||||
def configure_observers(self, *observer_settings):
|
||||
for observer_path, observer_class in observer_settings:
|
||||
event_observer = Observer()
|
||||
event_observer.schedule(observer_class(self), observer_path, recursive=True)
|
||||
|
Reference in New Issue
Block a user