summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-30 15:33:44 -0400
committerChris Lumens <clumens@redhat.com>2012-08-30 17:14:04 -0400
commit3ca0ae5e15547cc68ade99520997074fcfd3773d (patch)
treee40f50a9f18e24f257390f5be9a971511691009a /pyanaconda/rescue.py
parent56405f445a528aad3c2d4a499dcb7f328083c39d (diff)
downloadanaconda-3ca0ae5e15547cc68ade99520997074fcfd3773d.tar.gz
anaconda-3ca0ae5e15547cc68ade99520997074fcfd3773d.tar.xz
anaconda-3ca0ae5e15547cc68ade99520997074fcfd3773d.zip
And then fix an assortment of non-packaging pylint errors, too.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index be84c1a2e..84232013c 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -299,9 +299,9 @@ def doRescue(rescue_mount, ksdata, platform):
if root:
try:
# TODO: add a callback to warn about dirty filesystems
- rc = mountExistingSystem(sto.fsset, root.device,
- allowDirty = True,
- readOnly = readOnly)
+ mountExistingSystem(sto.fsset, root.device,
+ allowDirty = True,
+ readOnly = readOnly)
if not flags.imageInstall:
msg = _("The system will reboot automatically when you exit "