The WSL default_name property in the YAML definitions requires the %s to be present. We should change this to use Go templates (like we do in other places nowadays) so it isn't a problem to omit the string format.
Uncovered in: #2482
ValueError: invalid interpolation syntax in 'Fedora-ELN%!(EXTRA string=11)' at position 10
The WSL
default_nameproperty in the YAML definitions requires the%sto be present. We should change this to use Go templates (like we do in other places nowadays) so it isn't a problem to omit the string format.Uncovered in: #2482