Skip to content

Commit

Permalink
Type: ignore when calling queue.execute
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 24, 2023
1 parent 00faf37 commit e6a91f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/ensemble_evaluator/_builder/_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def _evaluate_inner( # pylint: disable=too-many-branches

result: str = await self._job_queue.execute(
queue_evaluators,
)
) # type: ignore
print(result)
except Exception as exc:
print(exc)
Expand Down

0 comments on commit e6a91f9

Please sign in to comment.