diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 32a529f0f9..1da2f03197 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -250,7 +250,7 @@ class BBCooker: | |||
250 | def process_inotify_updates(self): | 250 | def process_inotify_updates(self): |
251 | for n in [self.confignotifier, self.notifier]: | 251 | for n in [self.confignotifier, self.notifier]: |
252 | if n and n.check_events(timeout=0): | 252 | if n and n.check_events(timeout=0): |
253 | # read notified events and enqeue them | 253 | # read notified events and enqueue them |
254 | n.read_events() | 254 | n.read_events() |
255 | n.process_events() | 255 | n.process_events() |
256 | 256 | ||