summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r--bitbake/lib/bb/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 641cc70619..6c7b891930 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -124,7 +124,7 @@ class Command:
124 else: 124 else:
125 bb.event.fire(CommandCompleted(), self.cooker.event_data) 125 bb.event.fire(CommandCompleted(), self.cooker.event_data)
126 self.currentAsyncCommand = None 126 self.currentAsyncCommand = None
127 127 self.cooker.finishcommand()
128 128
129class CommandsSync: 129class CommandsSync:
130 """ 130 """