This repository was archived by the owner on Aug 8, 2025. It is now read-only.
Commit b1a5a53
Bob Green
Handle wait_gen_kwargs which take an argument
All wait_gen args are subject to maybe_call() as a way to dynamically
look up a value at runtime. These callables do not take an argument.
If a callable which takes an argument is passed (as is the case with
the `value` kwargs for the `runtime` wait generator, we pass through
the function.1 parent ed932f7 commit b1a5a53
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments