summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index c82181f6f..fd8cc565c 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -236,7 +236,7 @@ class HardDriveInstallMethod(InstallMethod):
"it was corrupted on transfer to this computer."
"\n\nPress OK to continue (but installation will "
"probably fail), or Cancel to exit the "
- "installer (RECOMMENDED). " % file, type = "okcancel").getrc()
+ "installer (RECOMMENDED). " % file, type = "okcancel")
if rc:
import sys
sys.exit(0)