1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-02 13:43:38 +02:00

fixed last change (r3445)

This commit is contained in:
Michal Marek
2008-03-07 09:01:13 +00:00
parent 3e30545e7b
commit ad2493d496

View File

@@ -277,12 +277,12 @@ class Osc(cmdln.Cmdln):
edit_meta(metatype='prj',
edit=True,
path_args=quote_plus(project),
template_args=(project, conf.config['user']))
template_args=(project, conf.config['user'], conf.config['user']))
elif cmd == 'pkg':
edit_meta(metatype='pkg',
edit=True,
path_args=(quote_plus(project), quote_plus(package)),
template_args=(package, conf.config['user']))
template_args=(package, conf.config['user'], conf.config['user']))
elif cmd == 'prjconf':
edit_meta(metatype='prjconf',
edit=True,