summaryrefslogtreecommitdiffstats
path: root/pyanaconda/textw/partition_text.py
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-05-05 18:14:43 +0200
committerAles Kozumplik <akozumpl@redhat.com>2011-05-19 13:40:35 +0200
commitf4bd88883ff2e564d8af0c110feaeec205018a4f (patch)
tree0dc7353875bbaf686ea509b5e2d6d723aedac85f /pyanaconda/textw/partition_text.py
parent2f899c92a2925b4bfbec745066980fb992e0ae22 (diff)
downloadanaconda-f4bd88883ff2e564d8af0c110feaeec205018a4f.tar.gz
anaconda-f4bd88883ff2e564d8af0c110feaeec205018a4f.tar.xz
anaconda-f4bd88883ff2e564d8af0c110feaeec205018a4f.zip
dispatch: All skips are permanent now.
That means skipStep("step", permanent=1) is redundant. Also, since the new dispatch interface does not support it, remove the skip=1 argument.
Diffstat (limited to 'pyanaconda/textw/partition_text.py')
-rw-r--r--pyanaconda/textw/partition_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/textw/partition_text.py b/pyanaconda/textw/partition_text.py
index 8a51e051f..90a7063dd 100644
--- a/pyanaconda/textw/partition_text.py
+++ b/pyanaconda/textw/partition_text.py
@@ -150,8 +150,8 @@ class PartitionTypeWindow:
break
# ask to review autopartition layout - but only if it's not custom partitioning
- anaconda.dispatch.skipStep("partition", skip = 1)
- anaconda.dispatch.skipStep("bootloader", skip = 1)
+ anaconda.dispatch.skipStep("partition")
+ anaconda.dispatch.skipStep("bootloader")
return INSTALL_OK