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:
parent
9560002d00
commit
d3edac3a17
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user