Skip to content

Fix: Convert rid to int

Mikhail Karnevskiy requested to merge fix/mdc_communication into master

@samartse

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.

Merge request reports