Franziska Kunsmann
2667a2c00d
All checks were successful
bundlewrap/pipeline/head This commit looks good
4 lines
181 B
Text
4 lines
181 B
Text
<%
|
|
from tomlkit import dumps as toml_dumps
|
|
from bundlewrap.utils.text import toml_clean
|
|
%>${toml_clean(toml_dumps(repo.libs.faults.resolve_faults(config), sort_keys=True))}
|