fix basetag argument
This commit is contained in:
parent
b9e0597ccd
commit
b485dfeb55
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def handle_add_sidetag(options, session, args):
|
||||||
activate_session(session, options)
|
activate_session(session, options)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
tag = session.createSideTag(basetag)
|
tag = session.createSideTag(opts.basetag)
|
||||||
except koji.ActionNotAllowed:
|
except koji.ActionNotAllowed:
|
||||||
parser.error(_("Policy violation"))
|
parser.error(_("Policy violation"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue