Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Klee Dienes committed Aug 29, 2023
1 parent a032fa7 commit 6ae3683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carthage/entanglement/instrumentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def on_task_event(self, event, target, task, **kwargs):
else: running = False
if event == 'task_ran': should_run = False
if event == 'task_fail':
exception = kwargs[exception]
exception = kwargs['exception']
for inspector in target.inspect_setup_tasks():
if inspector.task == task:
return await self.handle_task(
Expand Down

0 comments on commit 6ae3683

Please sign in to comment.