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 18725c8 commit b447cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carthage/setup_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def callback(fut):
elif isinstance(exc,SkipSetupTask):
pass
else:
fail(e)
fail(exc)
final()
mark_context_done = True
with contextlib.ExitStack() as stack:
Expand Down

0 comments on commit b447cb7

Please sign in to comment.