Skip to content

Commit 12b90fc

Browse files
committed
small edit
1 parent 00bf734 commit 12b90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gt4py/next/ffront/decorator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __call__(self, *args, offset_provider: dict[str, Dimension], **kwargs) -> No
270270
ctx.run(definition, *rewritten_args, **kwargs)
271271
return
272272

273-
ppi.ensure_processor_kind(self.backend, ppi.ProgramExecutor)
273+
ppi.ensure_processor_kind(self.backend.executor, ppi.ProgramExecutor)
274274

275275
self.backend(
276276
stages.PastClosure(

0 commit comments

Comments
 (0)