wtforms.StringField("DistGit namespace", validators= [wtforms.validato
rs.Optional()], default= None, filters= [lambda x: None if not x else
os.path.normpath(x)], description= ("Some dist-git instances have the
git repositories " "namespaced - e.g. you need to specify '@copr/copr'
for " "the <a href='https://copr-dist-git.fedorainfracloud.org/" "cgi
t/@copr/copr/copr-cli.git/tree/copr-cli.spec'>" "@copr/copr/copr-cli</
a> Fedora Copr package"), render_kw= {"placeholder": "Optional - strin
g, e.g. '@copr/copr'"},)
|