You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since platform polling calls like scripts_get_custom_runs require two arguments (e.g. a job and script id) this function should be vectorized over two arguments not just one. Adding an optional .y parameter to await_all should do it.
The text was updated successfully, but these errors were encountered:
Since platform polling calls like
scripts_get_custom_runs
require two arguments (e.g. a job and script id) this function should be vectorized over two arguments not just one. Adding an optional.y
parameter toawait_all
should do it.The text was updated successfully, but these errors were encountered: