From 811b956ef4ea1cbf995c07138d09f3a6e8877470 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 1 Jun 2000 19:29:33 +0000 Subject: dumb error --- textw/partitioning_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw') diff --git a/textw/partitioning_text.py b/textw/partitioning_text.py index f06092d1c..b9fefface 100644 --- a/textw/partitioning_text.py +++ b/textw/partitioning_text.py @@ -110,7 +110,7 @@ class AutoPartitionWindow: pp = todo.method.protectedPartitions() if pp: for p in pp: - if p[-1:] > 4: + if int(p[-1:]) > 4: todo.fstab.setRunDruid(1) return -- cgit