Skip to content

Commit 6492bed

Browse files
committed
Sorry about the untested typo
1 parent 0ed48c5 commit 6492bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asyncclick/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ def __call__(
15471547
opts["backend"] = _anyio_backend
15481548
if _anyio_backend_options:
15491549
opts["backend_options"] = _anyio_backend_options
1550-
return anyio.run(self.main, main, args, kwargs, **opts) # type:ignore
1550+
return anyio.run(self._main, main, args, kwargs, **opts) # type:ignore
15511551

15521552
if _anyio_backend == "trio":
15531553
import trio

0 commit comments

Comments
 (0)