Show More
@@ -1741,8 +1741,8 are you sure you want to review/edit and | |||||
1741 | with self.ui.timeblockedsection(b'crecord'): |
|
1741 | with self.ui.timeblockedsection(b'crecord'): | |
1742 | response = self.confirmationwindow(confirmtext) |
|
1742 | response = self.confirmationwindow(confirmtext) | |
1743 | if response is None: |
|
1743 | if response is None: | |
1744 |
response = |
|
1744 | response = "n" | |
1745 |
if response.lower().startswith( |
|
1745 | if response.lower().startswith("y"): | |
1746 | return True |
|
1746 | return True | |
1747 | else: |
|
1747 | else: | |
1748 | return False |
|
1748 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now