Add a missing paren.

This commit is contained in:
Jesse Keating 2007-11-16 10:44:18 -05:00
parent 8c32467e7b
commit f10c28d25e

View file

@ -2149,7 +2149,7 @@ def handle_clone_tag(options, session, args):
# case of existing dst-tag.
if dsttag:
if dsttag['locked'] and not options.force:
print _("Error: You are attempting to modify %s which is locked." % dsttag['name']
print _("Error: You are attempting to modify %s which is locked." % dsttag['name'])
print _("Please use --force if this is what you really want to do.")
return