Skip to content

Commit

Permalink
fix Cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
kvichans committed Feb 24, 2016
1 parent 8a5831a commit 945471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def rename_file(self):
new_stem = vals[ 1]
new_ext = vals[ 3]

if ans_s=='Cancel' or \
if ans_s=='cancel' or \
new_stem==old_stem and new_ext==old_ext:
return

Expand Down

0 comments on commit 945471c

Please sign in to comment.