1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- fixed #568269 ("osc meta prjconf can waste lot of time")

This commit is contained in:
Marcus Huewe 2010-01-07 19:11:02 +01:00
parent 9560002d00
commit d3edac3a17

View File

@ -2266,7 +2266,7 @@ def edit_meta(metatype,
data = meta_exists(metatype,
path_args,
template_args,
create_new=True,
create_new = metatype != 'prjconf', # prjconf always exists, 404 => unknown prj
apiurl=apiurl)
if edit: