cubids.validator.run_validator

run_validator(call)[source]

Run the validator with subprocess.

Parameters:

call (list) – List of strings to pass to subprocess.run().

Returns:

The result of the subprocess call.

Return type:

subprocess.CompletedProcess