summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-11 04:33:47 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-11 04:33:47 +0000
commit6021c7ecfa0a37d062a247bc6634b130b6de6264 (patch)
tree3976e46ee88a8fdddc47244459a5f76e2d0591cf /packages.py
parent9961781b8c8cca7d6ba7f13b4542b86119d80e26 (diff)
downloadanaconda-6021c7ecfa0a37d062a247bc6634b130b6de6264.tar.gz
anaconda-6021c7ecfa0a37d062a247bc6634b130b6de6264.tar.xz
anaconda-6021c7ecfa0a37d062a247bc6634b130b6de6264.zip
oops (#68466)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 9354b95ad..b4da75c26 100644
--- a/packages.py
+++ b/packages.py
@@ -305,7 +305,8 @@ class InstallCallback:
"can indicate media failure, lack of disk "
"space, and/or hardware problems. This is "
"a fatal error and your install will be "
- "aborted. Please verify your media and try "+ "your install again.\n\n"
+ "aborted. Please verify your media and try "
+ "your install again.\n\n"
"Press the OK button to reboot "
"your system.") % (pkg,))
sys.exit(0)