bugfix add.py

This commit is contained in:
DavHau 2021-11-24 09:44:32 +07:00
parent 3136de37d8
commit fb42313192

View File

@ -319,7 +319,7 @@ class AddCommand(Command):
"Specify new attribute name or leave empty to keep current:"
)
if new_name:
attributeName = newName
attributeName = new_name
return attributeName
def run_translate(self, source, specified_extra_args, translator):