PR#2593: docs: assign multicall to "m" in code example
Merges #2593 https://pagure.io/koji/pull-request/2593 Fixes #2596 https://pagure.io/koji/issue/2596
This commit is contained in:
commit
0b1ce02db1
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ or they may be passed to the ``call_all`` method.
|
|||
|
||||
::
|
||||
|
||||
with session.multicall(strict=True, batch=500):
|
||||
with session.multicall(strict=True, batch=500) as m:
|
||||
builds = [m.getBuild(build_id) for build_id in mylist]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue