mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
- fixed #568269 ("osc meta prjconf can waste lot of time")
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user