예제 #1
0
def validate_file_and_load_manifest(path):
    rt = RunnableTask.from_manifest_json(validate_file(path))
    # if we got here everything is valid
    return path
예제 #2
0
def validate_file_and_load_manifest(path):
    rt = RunnableTask.from_manifest_json(validate_file(path))
    # if we got here everything is valid
    return path
예제 #3
0
def _validate_report(path):
    p = validate_file(path)
    _ = load_report_from_json(path)
    return p
예제 #4
0
def _validate_report(path):
    p = validate_file(path)
    _ = load_report_from_json(path)
    return p