webfront.py

changeset 112
d997456985b2
parent 100
62759e5c4554
child 122
116a81996832
equal deleted inserted replaced
111:cfa961e5e578 112:d997456985b2
43 load_colours(ldconfig_ldr) 43 load_colours(ldconfig_ldr)
44 model = read_ldraw( 44 model = read_ldraw(
45 file.stream, 45 file.stream,
46 name = filename, 46 name = filename,
47 ldraw_directories = config['libraries'], 47 ldraw_directories = config['libraries'],
48 **common_args,
49 ) 48 )
50 report = check_model(model, test_suite) 49 report = check_model(model, test_suite)
51 50
52 # Amend human-readable messages into the report 51 # Amend human-readable messages into the report
53 for problem in report['problems']: 52 for problem in report['problems']:

mercurial