mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-29 01:14:09 +03:00
bugfix add.py
This commit is contained in:
parent
3136de37d8
commit
fb42313192
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user