diff options
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 690dbf0a1..52bea4ec5 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -421,7 +421,7 @@ class PartitionWindow: subgrid.setField(label, 1, 0) entry = Entry(3) if request.raidspares: - entry.set(request.raidspares) + entry.set(str(request.raidspares)) else: entry.set("0") subgrid.setField(entry, 0, 0, (0,0,1,0)) |