summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild')
-rw-r--r--distbuild/mainloop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py
index e3f9ae2d..c5b7d284 100644
--- a/distbuild/mainloop.py
+++ b/distbuild/mainloop.py
@@ -112,6 +112,6 @@ class MainLoop(object):
def _dequeue_events(self):
while self._events:
- event_queue, event = self._events.pop(0)
- yield event_queue, event
+ event_source, event = self._events.pop(0)
+ yield event_source, event