fix typos in add_external_repo()

This commit is contained in:
Mike Bonnet 2010-11-03 13:24:49 -04:00
parent d1d2297449
commit 5815c9b1bc

View file

@ -4506,8 +4506,8 @@ def handle_add_external_repo(options, session, args):
else:
priority = _pick_external_repo_priority(session, tag)
session.addExternalRepoToTag(tag, rinfo['name'], priority)
print "Added external repo %s to to tag %s (priority %i)" \
% (rinfo['name'], options.tag, priority)
print "Added external repo %s to tag %s (priority %i)" \
% (rinfo['name'], tag, priority)
def handle_edit_external_repo(options, session, args):
"[admin] Edit data for an external repo"