summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-27 05:31:02 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-27 05:31:02 +0000
commit0ea5689df4464f8c520f01eeaf43dfc3f1250b1a (patch)
tree0357cc15da58c1e20e5383a61d4f90f6d5208a2f /autopart.py
parentd74bc5f45daad38579f8970d42577c6aeaa41e32 (diff)
downloadanaconda-0ea5689df4464f8c520f01eeaf43dfc3f1250b1a.tar.gz
anaconda-0ea5689df4464f8c520f01eeaf43dfc3f1250b1a.tar.xz
anaconda-0ea5689df4464f8c520f01eeaf43dfc3f1250b1a.zip
fix this
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 7e5623e7c..6535035f1 100644
--- a/autopart.py
+++ b/autopart.py
@@ -707,4 +707,4 @@ def doAutoPartition(dir, id, intf):
id.diskset.refreshDevices()
id.partrequests = PartitionRequests(id.diskset)
intf.messageWindow(_("Error Partitioning"),
- _("Could not allocated requested partitions: %s.") % (msg))
+ _("Could not allocated requested partitions: %s.") % (msg.value))