Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
OK button = Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Nov 1, 2017
1 parent bd9e21d commit fbecd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blackmamba/script/refactoring/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def _ask_for_new_name(old_name):
new_name = console.input_alert(
'Rename identifier',
'Preview of all changes will be available in the next step.',
old_name
old_name,
'Rename'
)

if not new_name:
Expand Down

0 comments on commit fbecd81

Please sign in to comment.