How to check a value used in in the run? #51
-
|
So when the run has been initiated by |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@AlessandroLovo , do you have a quick suggestion? You probably faced with this before |
Beta Was this translation helpful? Give feedback.
-
|
There is no ready-made function, but the implementation is relatively easy. Let's say now you are interested in the first run Then to extract the argument A one liner option could instead be The third argument of |
Beta Was this translation helpful? Give feedback.
There is no ready-made function, but the implementation is relatively easy.
Let's say now you are interested in the first run
Then to extract the argument
arg, you can do as follows:A one liner option could instead be
The third argument of
ut.extract_nestedis the default value to return if it is not present in the dicionary