Fix: Convert rid to int
Run is a string, which should be converted to int to compare with 0.
Loader=yaml.FullLoader
is required parameter of the function. Without this parameter a function will give a warning.
Run is a string, which should be converted to int to compare with 0.
Loader=yaml.FullLoader
is required parameter of the function. Without this parameter a function will give a warning.