Show More
@@ -983,7 +983,7 b' Currently the magic system has the following functions:\\n"""' | |||||
983 | ans = True |
|
983 | ans = True | |
984 | else: |
|
984 | else: | |
985 | ans = self.shell.ask_yes_no( |
|
985 | ans = self.shell.ask_yes_no( | |
986 | "Once deleted, variables cannot be recovered. Proceed (y/[n])? ") |
|
986 | "Once deleted, variables cannot be recovered. Proceed (y/[n])? ", default='n') | |
987 | if not ans: |
|
987 | if not ans: | |
988 | print 'Nothing done.' |
|
988 | print 'Nothing done.' | |
989 | return |
|
989 | return |
General Comments 0
You need to be logged in to leave comments.
Login now